summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/import/vm_json_import_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/import/vm_json_import_0')
-rwxr-xr-xtests/shell/testcases/import/vm_json_import_08
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/shell/testcases/import/vm_json_import_0 b/tests/shell/testcases/import/vm_json_import_0
index dc367f64..e5ecbcc4 100755
--- a/tests/shell/testcases/import/vm_json_import_0
+++ b/tests/shell/testcases/import/vm_json_import_0
@@ -61,11 +61,3 @@ $NFT -f $tmpfile
$NFT export vm json > $tmpfile
$NFT flush ruleset
cat $tmpfile | $NFT import vm json
-
-RESULT="$($NFT list ruleset)"
-
-
-if [ "$RULESET" != "$RESULT" ] ; then
- DIFF="$(which diff)"
- [ -x $DIFF ] && $DIFF -u <(echo "$RULESET") <(echo "$RESULT")
-fi