summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0022rule_1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/transactions/0022rule_1')
-rwxr-xr-xtests/shell/testcases/transactions/0022rule_12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/transactions/0022rule_1 b/tests/shell/testcases/transactions/0022rule_1
index 83c72af1..0e7c9a6f 100755
--- a/tests/shell/testcases/transactions/0022rule_1
+++ b/tests/shell/testcases/transactions/0022rule_1
@@ -8,5 +8,5 @@ delete chain x y
add rule x y jump y"
# kernel must return ENOENT
-$NFT -f - <<< $RULESET 2>/dev/null
+$NFT -f - <<< "$RULESET" 2>/dev/null
echo "E: allowing jump loop to unexisting chain"