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