summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pfr.exec
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin/pfctl/pfr.exec')
-rw-r--r--regress/sbin/pfctl/pfr.exec2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pfr.exec b/regress/sbin/pfctl/pfr.exec
index a506cf5aa33..9264fdd6cb1 100644
--- a/regress/sbin/pfctl/pfr.exec
+++ b/regress/sbin/pfctl/pfr.exec
@@ -46,7 +46,7 @@ for LINE in `sed -e "s/ /_/g" $1`; do
list)
(pfctl -sT | grep regress) 2>&1
echo "# pass $CMD -v"
- (pfctl -vsT | grep regress) 2>&1
+ (pfctl -gvsT | grep regress) 2>&1
;;
load)
echo $ARGS | sed "s,DIR,$D,g" | pfctl -Tl -f- || exit 1