summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0041nat_restore_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/transactions/0041nat_restore_0')
-rwxr-xr-xtests/shell/testcases/transactions/0041nat_restore_04
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell/testcases/transactions/0041nat_restore_0 b/tests/shell/testcases/transactions/0041nat_restore_0
index 62971852..9e1d6c96 100755
--- a/tests/shell/testcases/transactions/0041nat_restore_0
+++ b/tests/shell/testcases/transactions/0041nat_restore_0
@@ -7,11 +7,11 @@ add table ip t
add chain ip t c { type nat hook postrouting priority 0; }
"
-$NFT -f - <<< $RULESET
+$NFT -f - <<< "$RULESET"
RULESET="
flush ruleset
$RULESET
"
-$NFT -f - <<< $RULESET
+$NFT -f - <<< "$RULESET"