summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0036set_1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/transactions/0036set_1')
-rwxr-xr-xtests/shell/testcases/transactions/0036set_12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/transactions/0036set_1 b/tests/shell/testcases/transactions/0036set_1
index a0deb7a0..e691fa7f 100755
--- a/tests/shell/testcases/transactions/0036set_1
+++ b/tests/shell/testcases/transactions/0036set_1
@@ -8,6 +8,6 @@ add element x y { 1.1.1.1, 2.2.2.2 }
delete element x y { 1.1.1.1 }
delete element x y { 1.1.1.1 }"
-$NFT -f - <<< $RULESET 2> /dev/null
+$NFT -f - <<< "$RULESET" 2> /dev/null
# Kernel must return ENOENT
echo "E: allowing double-removal of element"