diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-07-24 23:46:11 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-07-24 23:46:11 +0200 |
commit | 4e11bd156e96fc701dc29bb8e0e68daf83b14126 (patch) | |
tree | 207abf1bcb4ce3722554d683c02b6de6549fc742 /tests/libtest | |
parent | 64010d603c3e620ec2a3585d632b0f313df94fba (diff) |
test1013.pl: GSS-Negotiate doesn't exist as a feature anymore
Diffstat (limited to 'tests/libtest')
-rwxr-xr-x | tests/libtest/test1013.pl | 2 |
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 |