From e20513ffe57c532e397ed5015ce58266870da5a4 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 13 Apr 2018 16:52:30 +0200 Subject: tests/py: rt.t: Drop needless rule output It is identical to the tested rule, so no point in keeping it. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/ip6/rt.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/py') diff --git a/tests/py/ip6/rt.t b/tests/py/ip6/rt.t index 2d044c36..c3feaabe 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 -- cgit v1.2.3