diff options
Diffstat (limited to 'tests/shell/testcases/nft-f/0010variable_0')
-rwxr-xr-x | tests/shell/testcases/nft-f/0010variable_0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/0010variable_0 b/tests/shell/testcases/nft-f/0010variable_0 index be02c6bf..69c80c79 100755 --- a/tests/shell/testcases/nft-f/0010variable_0 +++ b/tests/shell/testcases/nft-f/0010variable_0 @@ -10,4 +10,4 @@ table inet filter { add element inet filter whitelist_v4 \$whitelist_v4 " -$NFT -f - <<< $RULESET +$NFT -f - <<< "$RULESET" |