]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests/py: rt.t: Drop needless rule output
authorPhil Sutter <phil@nwl.cc>
Fri, 13 Apr 2018 14:52:30 +0000 (16:52 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 14 Apr 2018 11:53:02 +0000 (13:53 +0200)
It is identical to the tested rule, so no point in keeping it.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/ip6/rt.t

index 2d044c36e3798904f0401105439b3d92039f70a5..c3feaabee483c2bfa99178da982b1b77ad3f0d3b 100644 (file)
@@ -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