Linux Netfilter development
 help / color / mirror / Atom feed
* [nft PATCH 1/3] tests: shell: delete useless stderr output in testcase
@ 2016-11-03 12:04 Arturo Borrero Gonzalez
  2016-11-03 12:04 ` [nft PATCH 2/3] tests: shell: introduce the cache testcases directory Arturo Borrero Gonzalez
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-11-03 12:04 UTC (permalink / raw)
  To: netfilter-devel

From: Arturo Borrero Gonzalez <arturo@debian.org>

This stderr output is expected.

Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org>
---
 tests/shell/testcases/transactions/0014chain_1 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/shell/testcases/transactions/0014chain_1 b/tests/shell/testcases/transactions/0014chain_1
index a03ef12..955860d 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-08 23:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 12:04 [nft PATCH 1/3] tests: shell: delete useless stderr output in testcase Arturo Borrero Gonzalez
2016-11-03 12:04 ` [nft PATCH 2/3] tests: shell: introduce the cache testcases directory Arturo Borrero Gonzalez
2016-11-03 12:04 ` [nft PATCH 3/3] tests: shell: add a new testcase for ruleset loading bug Arturo Borrero Gonzalez
2016-11-08 23:22 ` [nft PATCH 1/3] tests: shell: delete useless stderr output in testcase Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox