aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-01-05 17:37:59 +0000
committerJoão Valverde <j@v6e.pt>2023-01-05 20:26:42 +0000
commit522c74b734ba02ebc7d6221400a909fb183fb804 (patch)
tree9d89674be37757e9fcd03b9004e457fc2ddc3a34 /test
parentfd709a6af3262b64dbfe2892677d854265d9da6c (diff)
dftest: More CLI options and improve output format
Diffstat (limited to 'test')
-rw-r--r--test/suite_dfilter/group_syntax.py2
1 files changed, 1 insertions, 1 deletions
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.