aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-22 12:30:15 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-22 17:14:11 +0000
commit9ce5e89fcc84723641585b9afc89378f8a4ee993 (patch)
treee8c605ea1ffa3a90c3a4424c04cbb90994850011 /tests/runtests.pl
parent2e2f981bcc1f0332394ed16b551253528320d74f (diff)
downloadgnurl-9ce5e89fcc84723641585b9afc89378f8a4ee993.tar.gz
gnurl-9ce5e89fcc84723641585b9afc89378f8a4ee993.tar.bz2
gnurl-9ce5e89fcc84723641585b9afc89378f8a4ee993.zip
runtests.pl: Use Kerberos and SPNEGO as proxies for the crypto feature
In addition to NTLM, use Kerberos and SPNEGO as proxies to the crypto feature. ...and converted tab characters, from commit 4b4e8a5853, to spaces.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index a26c6df30..b3a8d8799 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2390,7 +2390,8 @@ sub checksystem {
if($feat =~ /NTLM/i) {
# NTLM enabled
$has_ntlm=1;
- # Use this as a proxy for any cryptographic authentication
+
+ # Use this as a proxy for any cryptographic authentication
$has_crypto=1;
}
if($feat =~ /NTLM_WB/i) {
@@ -2408,10 +2409,16 @@ sub checksystem {
if($feat =~ /Kerberos/i) {
# Kerberos enabled
$has_kerberos=1;
+
+ # Use this as a proxy for any cryptographic authentication
+ $has_crypto=1;
}
if($feat =~ /SPNEGO/i) {
# SPNEGO enabled
$has_spnego=1;
+
+ # Use this as a proxy for any cryptographic authentication
+ $has_crypto=1;
}
if($feat =~ /CharConv/i) {
# CharConv enabled