summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/0006interval_map_overlap_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/0006interval_map_overlap_0')
-rwxr-xr-xtests/shell/testcases/maps/0006interval_map_overlap_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/maps/0006interval_map_overlap_0 b/tests/shell/testcases/maps/0006interval_map_overlap_0
index d63a396d..4606ce3e 100755
--- a/tests/shell/testcases/maps/0006interval_map_overlap_0
+++ b/tests/shell/testcases/maps/0006interval_map_overlap_0
@@ -10,7 +10,7 @@ add map x y { type ipv4_addr : ipv4_addr; flags interval; }
add element x y { 10.0.${n}.0/24 : 10.0.0.${n} }"
set -e
-$NFT -f - <<< $RULESET
+$NFT -f - <<< "$RULESET"
n=2
$NFT "add element x y { 10.0.${n}.0/24 : 10.0.0.${n} }"