summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/0004rollback_set_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/0004rollback_set_0')
-rwxr-xr-xtests/shell/testcases/nft-f/0004rollback_set_010
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/shell/testcases/nft-f/0004rollback_set_0 b/tests/shell/testcases/nft-f/0004rollback_set_0
index 1dea85ec..7674106f 100755
--- a/tests/shell/testcases/nft-f/0004rollback_set_0
+++ b/tests/shell/testcases/nft-f/0004rollback_set_0
@@ -48,13 +48,3 @@ if [ $? -eq 0 ] ; then
echo "E: bogus ruleset loaded?" >&2
exit 1
fi
-
-KERNEL_RULESET="$($NFT list ruleset -nn)"
-
-if [ "$GOOD_RULESET" != "$KERNEL_RULESET" ] ; then
- DIFF="$(which diff)"
- [ -x $DIFF ] && $DIFF -u <(echo "$GOOD_RULESET") <(echo "$KERNEL_RULESET")
- exit 1
-fi
-
-exit 0