diff mbox series

[nft,07/12] tests/py: rt.t: Drop needless rule output

Message ID 20180413145235.1204-8-phil@nwl.cc
State Accepted
Delegated to: Pablo Neira
Headers show
Series Fallout from upcoming JSON support | expand

Commit Message

Phil Sutter April 13, 2018, 2:52 p.m. UTC
It is identical to the tested rule, so no point in keeping it.

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 tests/py/ip6/rt.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/py/ip6/rt.t b/tests/py/ip6/rt.t
index 2d044c36e3798..c3feaabee483c 100644
--- a/tests/py/ip6/rt.t
+++ b/tests/py/ip6/rt.t
@@ -15,7 +15,7 @@  rt nexthdr 33-45;ok
 rt nexthdr != 33-45;ok
 rt nexthdr { 33, 55, 67, 88};ok
 rt nexthdr != { 33, 55, 67, 88};ok
-rt nexthdr { 33-55};ok;rt nexthdr { 33-55}
+rt nexthdr { 33-55};ok
 rt nexthdr != { 33-55};ok
 
 rt hdrlength 22;ok