From 4e11bd156e96fc701dc29bb8e0e68daf83b14126 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Jul 2014 23:46:11 +0200 Subject: test1013.pl: GSS-Negotiate doesn't exist as a feature anymore --- tests/libtest/test1013.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') diff --git a/tests/libtest/test1013.pl b/tests/libtest/test1013.pl index e2473c93b..b680273d5 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 -- cgit v1.2.3