summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/0001ruleset_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/listing/0001ruleset_0')
-rwxr-xr-xtests/shell/testcases/listing/0001ruleset_011
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/shell/testcases/listing/0001ruleset_0 b/tests/shell/testcases/listing/0001ruleset_0
index 1a3a73b1..19cb3b04 100755
--- a/tests/shell/testcases/listing/0001ruleset_0
+++ b/tests/shell/testcases/listing/0001ruleset_0
@@ -2,17 +2,6 @@
# list ruleset shows a table
-EXPECTED="table ip test {
-}"
-
set -e
$NFT add table test
-GET="$($NFT list ruleset)"
-
-if [ "$EXPECTED" != "$GET" ] ; then
- DIFF="$(which diff)"
- [ -x $DIFF ] && $DIFF -u <(echo "$EXPECTED") <(echo "$GET")
- exit 1
-fi
-