From: Daniel Stenberg Date: Thu, 24 Jul 2014 21:46:11 +0000 (+0200) Subject: test1013.pl: GSS-Negotiate doesn't exist as a feature anymore X-Git-Tag: curl-7_38_0~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e11bd156e96fc701dc29bb8e0e68daf83b14126;p=thirdparty%2Fcurl.git test1013.pl: GSS-Negotiate doesn't exist as a feature anymore --- diff --git a/tests/libtest/test1013.pl b/tests/libtest/test1013.pl index e2473c93bb..b680273d52 100755 --- a/tests/libtest/test1013.pl +++ b/tests/libtest/test1013.pl @@ -23,7 +23,7 @@ $curl_protocols =~ /\w+: (.*)$/; @curl = split / /,$1; # 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; # Read the output of curl-config