1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

test1013.pl: GSS-Negotiate doesn't exist as a feature anymore

This commit is contained in:
Daniel Stenberg 2014-07-24 23:46:11 +02:00
parent 64010d603c
commit 4e11bd156e

View File

@ -23,7 +23,7 @@ $curl_protocols =~ /\w+: (.*)$/;
@curl = split / /,$1; @curl = split / /,$1;
# These features are not supported by curl-config # These features are not supported by curl-config
@curl = grep(!/^(Debug|TrackMemory|Metalink|Largefile|CharConv|GSS-Negotiate)$/i, @curl); @curl = grep(!/^(Debug|TrackMemory|Metalink|Largefile|CharConv)$/i, @curl);
@curl = sort @curl; @curl = sort @curl;
# Read the output of curl-config # Read the output of curl-config