summaryrefslogtreecommitdiffstats
path: root/tests/shell
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@debian.org>2016-11-03 13:04:36 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-11-09 00:21:38 +0100
commit1d6bc94bbfa05ddfe3463e3cc5f05b6566d9fe60 (patch)
treed693af2766110f9e6bef1b100809841be81be07c /tests/shell
parent48087215799e31fb843e293b858e2b56e297581c (diff)
tests: shell: delete useless stderr output in testcase
This stderr output is expected. Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell')
-rwxr-xr-xtests/shell/testcases/transactions/0014chain_12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/transactions/0014chain_1 b/tests/shell/testcases/transactions/0014chain_1
index a03ef126..955860d0 100755
--- a/tests/shell/testcases/transactions/0014chain_1
+++ b/tests/shell/testcases/transactions/0014chain_1
@@ -16,5 +16,5 @@ delete chain x y
delete chain x y"
echo "$RULESET" > $tmpfile
-$NFT -f $tmpfile
+$NFT -f $tmpfile 2>/dev/null
echo "E: allowing double-removal of chain" >&2