From 8d8fec8b9af72b49b330e620e3868f3ddade7b65 Mon Sep 17 00:00:00 2001 From: Harsha Sharma Date: Tue, 28 Nov 2017 16:55:49 +0530 Subject: tests/py: add test for empty string match This patch add tests for empty string match which fails with error "Empty string is not allowed". Signed-off-by: Harsha Sharma Signed-off-by: Pablo Neira Ayuso --- tests/py/any/ct.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/py/any/ct.t') diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t index fb3ae098..9c88140e 100644 --- a/tests/py/any/ct.t +++ b/tests/py/any/ct.t @@ -75,6 +75,7 @@ ct expiration != {33-55};ok; ct expiration != { 33s-55s} ct helper "ftp";ok ct helper "12345678901234567";fail +ct helper '""';fail ct state . ct mark { new . 0x12345678};ok ct state . ct mark { new . 0x12345678, new . 0x34127856, established . 0x12785634};ok -- cgit v1.2.3