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_04
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell/testcases/import/vm_json_import_0 b/tests/shell/testcases/import/vm_json_import_0
index a8d546ff..546ccf7a 100755
--- a/tests/shell/testcases/import/vm_json_import_0
+++ b/tests/shell/testcases/import/vm_json_import_0
@@ -47,7 +47,7 @@ table ip6 x {
}
}"
-$NFT -f - <<< $RULESET
+$NFT -f - <<< "$RULESET"
RULESET_JSON=$($NFT export vm json)
$NFT flush ruleset
-$NFT import vm json <<< $RULESET_JSON
+$NFT import vm json <<< "$RULESET_JSON"