From: Florian Westphal Date: Sat, 31 Mar 2018 10:10:53 +0000 (+0200) Subject: tests: mh: fix expected test output X-Git-Tag: v0.8.4~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bf9f5d548e984deb9f58a0cdd6985fd1b00fa66;p=thirdparty%2Fnftables.git 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 --- 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