aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test1013.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-07-24 23:46:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-07-24 23:46:11 +0200
commit4e11bd156e96fc701dc29bb8e0e68daf83b14126 (patch)
tree207abf1bcb4ce3722554d683c02b6de6549fc742 /tests/libtest/test1013.pl
parent64010d603c3e620ec2a3585d632b0f313df94fba (diff)
test1013.pl: GSS-Negotiate doesn't exist as a feature anymore
Diffstat (limited to 'tests/libtest/test1013.pl')
-rwxr-xr-xtests/libtest/test1013.pl2
1 files changed, 1 insertions, 1 deletions
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