]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: shell: fix up redefine test case
authorFlorian Westphal <fw@strlen.de>
Fri, 4 Jan 2019 15:00:16 +0000 (16:00 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 4 Jan 2019 15:05:43 +0000 (16:05 +0100)
commitcbf3e1a25c6cf56eb55bbe6ce0eecbf411c3fb8d
tree15946b220249cdb1006e6f6d225ddd1fab492c09
parent4d26b6dd3c4c8354a88c4a1aef8ea33229f0a4cc
tests: shell: fix up redefine test case

The '$' has to be escaped, else it gets replaced with an empty
value by the shell.  As 'set -e' is used, that caused the first
nft command to fail.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/shell/testcases/nft-f/0016redefines_1