From 3883104bc3892dcc0a094804b3add83e0a08d68d Mon Sep 17 00:00:00 2001 From: Anatole Denis Date: Thu, 24 Nov 2016 15:16:21 +0100 Subject: tests/py: Unmask negative set lookup Many testcases were masked because of bug #888. This series of patches unmasks them Signed-off-by: Anatole Denis Signed-off-by: Pablo Neira Ayuso --- tests/py/ip6/sets.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/py/ip6/sets.t') diff --git a/tests/py/ip6/sets.t b/tests/py/ip6/sets.t index ea20834e..3ea2d833 100644 --- a/tests/py/ip6/sets.t +++ b/tests/py/ip6/sets.t @@ -22,7 +22,9 @@ ?set2 1234:1234:1234::1234;ok ip6 saddr @set2 drop;ok +ip6 saddr != @set2 drop;ok ip6 saddr @set33 drop;fail +ip6 saddr != @set33 drop;fail !set3 type ipv6_addr flags interval;ok ?set3 1234:1234:1234:1234::/64;ok -- cgit v1.2.3