aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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,
)