summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0020rule_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/transactions/0020rule_0')
-rwxr-xr-xtests/shell/testcases/transactions/0020rule_010
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/shell/testcases/transactions/0020rule_0 b/tests/shell/testcases/transactions/0020rule_0
index 1ad43625..e38634d3 100755
--- a/tests/shell/testcases/transactions/0020rule_0
+++ b/tests/shell/testcases/transactions/0020rule_0
@@ -21,13 +21,3 @@ if [ $? -ne 0 ] ; then
echo "E: unable to load good ruleset" >&2
exit 1
fi
-
-EXPECTED=""
-
-GET="$($NFT list ruleset)"
-
-if [ "$EXPECTED" != "$GET" ] ; then
- DIFF="$(which diff)"
- [ -x $DIFF ] && $DIFF -u <(echo "$EXPECTED") <(echo "$GET")
- exit 1
-fi