diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-03-05 18:52:51 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-03-05 18:53:55 +0100 |
commit | ebd819ba5211ddc501dae9c291bf1a8e5afe5bd3 (patch) | |
tree | 96e1465a805fb4c794345cf11cc5626227826733 /tests/shell | |
parent | 4721c3b91f9a37da62b2db1524e254a0f36cebf9 (diff) |
tests: shell: missing redirection to file
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell')
-rwxr-xr-x | tests/shell/testcases/sets/0031set_timeout_size_0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/sets/0031set_timeout_size_0 b/tests/shell/testcases/sets/0031set_timeout_size_0 index ef65972a..89af58f3 100755 --- a/tests/shell/testcases/sets/0031set_timeout_size_0 +++ b/tests/shell/testcases/sets/0031set_timeout_size_0 @@ -9,7 +9,7 @@ fi trap "rm -rf $tmpfile" EXIT # cleanup if aborted echo "add table x -add set x y { type ipv4_addr; size 128; timeout 30s; }" +add set x y { type ipv4_addr; size 128; timeout 30s; }" > $tmpfile set -e $NFT -f $tmpfile |