diff options
Diffstat (limited to 'tests/shell/testcases/transactions/0013chain_0')
-rwxr-xr-x | tests/shell/testcases/transactions/0013chain_0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/transactions/0013chain_0 b/tests/shell/testcases/transactions/0013chain_0 index 383e8347..2756dd60 100755 --- a/tests/shell/testcases/transactions/0013chain_0 +++ b/tests/shell/testcases/transactions/0013chain_0 @@ -13,7 +13,7 @@ flush ruleset add table w add chain w y { type filter hook output priority 0; }" -$NFT -f - <<< $RULESET +$NFT -f - <<< "$RULESET" if [ $? -ne 0 ] ; then echo "E: unable to load good ruleset" >&2 exit 1 |