aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-06-04 22:28:45 +0100
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-06-05 21:31:36 +0000
commit2939c6d0dc7f91ade4d20283fdcbbb30a25ece02 (patch)
tree6e310508fbb009b4e642471a5b3a934766908e38 /test
parent2ac2b0670a4ae0d0ea0d481f42f23885aa8c10ce (diff)
Version info: Do not show plugin count
Plugin count is dependant on initialization order and showing zero plugins loaded can be misleading.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures_ws.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures_ws.py b/test/fixtures_ws.py
index 924797e4e3..8f4ba7e0d9 100644
--- a/test/fixtures_ws.py
+++ b/test/fixtures_ws.py
@@ -182,7 +182,7 @@ def features(cmd_tshark, make_env):
have_gnutls='with GnuTLS' in tshark_v,
have_pkcs11='and PKCS #11 support' in tshark_v,
have_brotli='with brotli' in tshark_v,
- have_plugins='with binary plugins' in tshark_v,
+ have_plugins='binary plugins supported' in tshark_v,
)