From: Arturo Borrero Gonzalez Date: Thu, 3 Nov 2016 12:04:36 +0000 (+0100) Subject: tests: shell: delete useless stderr output in testcase X-Git-Tag: v0.7~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6bc94bbfa05ddfe3463e3cc5f05b6566d9fe60;p=thirdparty%2Fnftables.git tests: shell: delete useless stderr output in testcase This stderr output is expected. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- 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