aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures_ws.py
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-02-26 15:21:30 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-02-26 15:57:10 +0000
commite20ca8e9e8210795cab2d44518a7042583221c56 (patch)
tree31e785811e8be8e338a6933af6369cc47d76140c /test/fixtures_ws.py
parent404f619ea297400e150126ba332966d6bf8f401c (diff)
tests: skip plugin count test if feature is disabled
Diffstat (limited to 'test/fixtures_ws.py')
-rw-r--r--test/fixtures_ws.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures_ws.py b/test/fixtures_ws.py
index 31f9ff12f8..8594ee817e 100644
--- a/test/fixtures_ws.py
+++ b/test/fixtures_ws.py
@@ -182,6 +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='binary plugins supported' in tshark_v,
)