From 5686287e4fcb7be54bc4c6b4de1bc8925b249de3 Mon Sep 17 00:00:00 2001 From: Cedric Berger Date: Fri, 24 Jan 2003 23:44:42 +0000 Subject: Make table tests less sensitive to environmental conditions. Work started with revision 1.4 ok dhartmei@ --- regress/sbin/pfctl/pfr.exec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'regress/sbin/pfctl/pfr.exec') diff --git a/regress/sbin/pfctl/pfr.exec b/regress/sbin/pfctl/pfr.exec index 9c37cd6230a..57efb9cfb2c 100644 --- a/regress/sbin/pfctl/pfr.exec +++ b/regress/sbin/pfctl/pfr.exec @@ -29,14 +29,14 @@ for LINE in `sed -e "s/ /_/g" $1`; do if [ "$RESULT" = "pass" ]; then case $CMD in add|delete|replace) echo "# pass $CMD -n $ARGS" - pfctl -t regress -nT $CMD $ARGS 2>&1 || exit 1 + pfctl -t regress -nT $CMD $ARGS 2>&1 | sort || exit 1 echo "# pass $CMD -nf-" echo "# test\n" $ARGSX | pfctl -t regress -nT $CMD -f- \ - 2>&1 || exit 1 + 2>&1 | sort || exit 1 echo "# pass $CMD -nqv $ARGS" - pfctl -t regress -nqvT $CMD $ARGS 2>&1 || exit 1 + pfctl -t regress -nqvT $CMD $ARGS 2>&1 | sort || exit 1 echo "# pass $CMD -nqvv $ARGS" - pfctl -t regress -nqvvT $CMD $ARGS 2>&1 || exit 1 + pfctl -t regress -nqvvT $CMD $ARGS 2>&1 | sort || exit 1 ;; esac fi echo "# $RESULT $CMD $ARGS" -- cgit v1.2.3