summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-06-03 23:37:29 +0200
committerFlorian Westphal <fw@strlen.de>2021-06-07 22:50:55 +0200
commitf98185fd18079cbf4041c24c47a6111fc873a7bc (patch)
treea1045be7468080601937aee07f45a26797f8f317 /tests/py/inet/ct.t
parentcb509f5f37bdc77d4d78a4ad95b7531270de6f72 (diff)
tests: ct: prefer normal cmp
Followup patch will replace the { 1.2.3.4 } with single cmp, so this will cause an error when the netlink dump gets compared. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/inet/ct.t')
-rw-r--r--tests/py/inet/ct.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/py/inet/ct.t b/tests/py/inet/ct.t
index 3d0dffad..5312b328 100644
--- a/tests/py/inet/ct.t
+++ b/tests/py/inet/ct.t
@@ -6,7 +6,7 @@
meta nfproto ipv4 ct original saddr 1.2.3.4;ok;ct original ip saddr 1.2.3.4
ct original ip6 saddr ::1;ok
-ct original ip daddr {1.2.3.4} accept;ok
+ct original ip daddr 1.2.3.4 accept;ok
# missing protocol context
ct original saddr ::1;fail