aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures_ws.py
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-03-28 01:09:50 +0100
committerJoão Valverde <j@v6e.pt>2022-03-28 11:55:01 +0100
commite306c530620f8806bfde8e8843f9b224b9a5660d (patch)
treea8cd3b605611678cbb66f8246e698eb1da35bdbd /test/fixtures_ws.py
parent1ff681cec647b19a149228e88b7f3a9063b2aca5 (diff)
tests: Fix Kerberos detection
Diffstat (limited to 'test/fixtures_ws.py')
-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 76935d1961..977333471e 100644
--- a/test/fixtures_ws.py
+++ b/test/fixtures_ws.py
@@ -178,7 +178,7 @@ def features(cmd_tshark, make_env):
have_x64='Compiled (64-bit)' in tshark_v,
have_lua='with Lua' in tshark_v,
have_nghttp2='with nghttp2' in tshark_v,
- have_kerberos='with MIT Kerberos' in tshark_v or 'with Heimdal Kerberos' in tshark_v,
+ have_kerberos='with Kerberos' in tshark_v,
have_libgcrypt16=gcry_m and gcry_ver >= (1,6),
have_libgcrypt17=gcry_m and gcry_ver >= (1,7),
have_libgcrypt18=gcry_m and gcry_ver >= (1,8),