summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/0008split_tables_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/0008split_tables_0')
-rwxr-xr-xtests/shell/testcases/nft-f/0008split_tables_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/0008split_tables_0 b/tests/shell/testcases/nft-f/0008split_tables_0
index 14cdd499..c4ca717f 100755
--- a/tests/shell/testcases/nft-f/0008split_tables_0
+++ b/tests/shell/testcases/nft-f/0008split_tables_0
@@ -15,7 +15,7 @@ table inet filter {
}
}"
-$NFT -f - <<< $RULESET
+$NFT -f - <<< "$RULESET"
if [ $? -ne 0 ] ; then
echo "E: unable to load good ruleset" >&2
exit 1