]> granicus.if.org Git - curl/commitdiff
test1013.pl: GSS-Negotiate doesn't exist as a feature anymore
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 Jul 2014 21:46:11 +0000 (23:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Jul 2014 21:46:11 +0000 (23:46 +0200)
tests/libtest/test1013.pl

index e2473c93bbd564e0217c5d245e4ae62dcbc2b260..b680273d52ea3831121a350e737204a6697e6996 100755 (executable)
@@ -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