summaryrefslogtreecommitdiffstats
path: root/tests/py
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-03-31 12:10:53 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-01 00:05:53 +0200
commit2bf9f5d548e984deb9f58a0cdd6985fd1b00fa66 (patch)
tree6c31d7ce22ca59ed0a83dfa4c704442f0d02f1b5 /tests/py
parente7c93a28576665c2c8426b13cb630a2381577200 (diff)
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 <fw@strlen.de>
Diffstat (limited to 'tests/py')
-rw-r--r--tests/py/ip6/mh.t2
1 files changed, 1 insertions, 1 deletions
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