mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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")
This commit is contained in:
parent
bc531a1faa
commit
7f55a9b490
1 changed files with 0 additions and 1 deletions
|
|
@ -253,7 +253,6 @@ precreate_body()
|
|||
{
|
||||
pft_init
|
||||
|
||||
set -x
|
||||
vnet_mkjail alcatraz
|
||||
|
||||
jexec alcatraz pfctl -t foo -T add 192.0.2.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue