From: Pablo Neira Ayuso Date: Mon, 5 Mar 2018 17:52:51 +0000 (+0100) Subject: tests: shell: missing redirection to file X-Git-Tag: v0.8.4~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebd819ba5211ddc501dae9c291bf1a8e5afe5bd3;p=thirdparty%2Fnftables.git tests: shell: missing redirection to file Signed-off-by: Pablo Neira Ayuso --- 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