summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0021nesting_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/0021nesting_0')
-rwxr-xr-xtests/shell/testcases/sets/0021nesting_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/sets/0021nesting_0 b/tests/shell/testcases/sets/0021nesting_0
index c0ac396f..c8d8f057 100755
--- a/tests/shell/testcases/sets/0021nesting_0
+++ b/tests/shell/testcases/sets/0021nesting_0
@@ -16,7 +16,7 @@ table ip x {
}
}'
-$NFT -f - <<< $RULESET
+$NFT -f - <<< "$RULESET"
if [ $? -ne 0 ] ; then
echo "E: unable to load ruleset" >&2
exit 1