From 2bf9f5d548e984deb9f58a0cdd6985fd1b00fa66 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sat, 31 Mar 2018 12:10:53 +0200 Subject: tests: mh: fix expected test output Forgot to include '!=', this doesn't trigger at the moment due to a bug in nft-test.py, so fix this before fixing our test script. Signed-off-by: Florian Westphal --- tests/py/ip6/mh.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/py') diff --git a/tests/py/ip6/mh.t b/tests/py/ip6/mh.t index 61f5f78d..2f90372e 100644 --- a/tests/py/ip6/mh.t +++ b/tests/py/ip6/mh.t @@ -6,7 +6,7 @@ mh nexthdr 1;ok mh nexthdr != 1;ok mh nexthdr { udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp };ok;mh nexthdr { 58, 17, 108, 6, 51, 136, 50, 132, 33} -mh nexthdr != { udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp };ok;mh nexthdr { 58, 17, 108, 6, 51, 136, 50, 132, 33} +mh nexthdr != { udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp };ok;mh nexthdr != { 58, 17, 108, 6, 51, 136, 50, 132, 33} mh nexthdr icmp;ok;mh nexthdr 1 mh nexthdr != icmp;ok;mh nexthdr != 1 mh nexthdr 22;ok -- cgit v1.2.3