summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0014malformed_set_is_not_defined_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/0014malformed_set_is_not_defined_0')
-rwxr-xr-xtests/shell/testcases/sets/0014malformed_set_is_not_defined_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/sets/0014malformed_set_is_not_defined_0 b/tests/shell/testcases/sets/0014malformed_set_is_not_defined_0
index 61d6b49c..b34d71fd 100755
--- a/tests/shell/testcases/sets/0014malformed_set_is_not_defined_0
+++ b/tests/shell/testcases/sets/0014malformed_set_is_not_defined_0
@@ -14,7 +14,7 @@ add set t s {type ipv4_addr\;}
add rule t c ip saddr @s
"
-$NFT -f - <<< $RULESET
+$NFT -f - <<< "$RULESET"
ret=$?
trap - EXIT