test1013.pl: filter out Metalink

Since it isn't a feature supported by curl-config we can't compare that
with the --version output
This commit is contained in:
Daniel Stenberg 2012-05-27 23:43:23 +02:00
parent a7731673d0
commit a03100c357
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $curl_protocols =~ /\w+: (.*)$/;
@curl = split / /,$1;
# These features are not supported by curl-config
@curl = grep(!/^(Debug|TrackMemory|Largefile|CharConv|GSS-Negotiate|SPNEGO)$/i, @curl);
@curl = grep(!/^(Debug|TrackMemory|Metalink|Largefile|CharConv|GSS-Negotiate|SPNEGO)$/i, @curl);
@curl = sort @curl;
# Read the output of curl-config