Skip to content

Commit 2bf9f5d

Browse files
author
Florian Westphal
committed
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 <[email protected]>
1 parent e7c93a2 commit 2bf9f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/ip6/mh.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
mh nexthdr 1;ok
77
mh nexthdr != 1;ok
88
mh nexthdr { udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp };ok;mh nexthdr { 58, 17, 108, 6, 51, 136, 50, 132, 33}
9-
mh nexthdr != { udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp };ok;mh nexthdr { 58, 17, 108, 6, 51, 136, 50, 132, 33}
9+
mh nexthdr != { udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp };ok;mh nexthdr != { 58, 17, 108, 6, 51, 136, 50, 132, 33}
1010
mh nexthdr icmp;ok;mh nexthdr 1
1111
mh nexthdr != icmp;ok;mh nexthdr != 1
1212
mh nexthdr 22;ok

0 commit comments

Comments
 (0)