Skip to content

Commit

Permalink
test1013.pl: GSS-Negotiate doesn't exist as a feature anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 24, 2014
1 parent 64010d6 commit 4e11bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libtest/test1013.pl
Expand Up @@ -23,7 +23,7 @@
@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
Expand Down

0 comments on commit 4e11bd1

Please sign in to comment.