From 522c74b734ba02ebc7d6221400a909fb183fb804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 5 Jan 2023 17:37:59 +0000 Subject: dftest: More CLI options and improve output format --- test/suite_dfilter/group_syntax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/suite_dfilter/group_syntax.py b/test/suite_dfilter/group_syntax.py index 003aa142a5..a2494ae84f 100644 --- a/test/suite_dfilter/group_syntax.py +++ b/test/suite_dfilter/group_syntax.py @@ -96,7 +96,7 @@ class case_syntax(unittest.TestCase): def test_deprecated_1(self, checkDFilterSucceed): dfilter = "bootp" - checkDFilterSucceed(dfilter, "Deprecated tokens: \"bootp\"") + checkDFilterSucceed(dfilter, "Deprecated token \"bootp\"") def test_charconst_bytes_1(self, checkDFilterCount): # Bytes as a character constant. -- cgit v1.2.3