From b7459b0c854fc7a0d6cd86151b81035a8edf8e63 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 17 May 2019 13:57:23 +0200 Subject: tests: shell: avoid single-value anon sets Future change is going to auto-change them to simple compare ops rather than lookup in set with only one element. Signed-off-by: Florian Westphal --- tests/shell/testcases/nft-f/0002rollback_rule_0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell/testcases/nft-f/0002rollback_rule_0') diff --git a/tests/shell/testcases/nft-f/0002rollback_rule_0 b/tests/shell/testcases/nft-f/0002rollback_rule_0 index da3cdc0b..e459b4d4 100755 --- a/tests/shell/testcases/nft-f/0002rollback_rule_0 +++ b/tests/shell/testcases/nft-f/0002rollback_rule_0 @@ -11,7 +11,7 @@ GOOD_RULESET="table ip t { chain c { ct state new - tcp dport { 22222 } + tcp dport 22222 ip saddr @t drop jump other } -- cgit v1.2.3