diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2022-02-17 12:40:41 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2022-02-26 08:26:15 +0000 |
| commit | 4e6de02f4cc104e3553a8d88303698d610dcdab1 (patch) | |
| tree | 33d41c245ddd147f1e46514fb6bf720a7beb6677 | |
| parent | 259bedb8f6dce40fcabf228d2019337f70a60867 (diff) | |
pf tests: remove a stray 'set -x'
'set -x' is very useful when debugging tests, but does not need to be
left in.
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 7f55a9b490cc792491eebb50e46680b8eb2153ee)
| -rw-r--r-- | tests/sys/netpfil/pf/table.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sys/netpfil/pf/table.sh b/tests/sys/netpfil/pf/table.sh index e6b8a8bb6d0f..3d57fba8d2fb 100644 --- a/tests/sys/netpfil/pf/table.sh +++ b/tests/sys/netpfil/pf/table.sh @@ -253,7 +253,6 @@ precreate_body() { pft_init -set -x vnet_mkjail alcatraz jexec alcatraz pfctl -t foo -T add 192.0.2.1 |
