From ebd819ba5211ddc501dae9c291bf1a8e5afe5bd3 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 5 Mar 2018 18:52:51 +0100 Subject: tests: shell: missing redirection to file Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/sets/0031set_timeout_size_0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell/testcases') 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 -- cgit v1.2.3