]> granicus.if.org Git - curl/commitdiff
test1013.pl: filter out Metalink
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 May 2012 21:43:23 +0000 (23:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 May 2012 21:43:23 +0000 (23:43 +0200)
Since it isn't a feature supported by curl-config we can't compare that
with the --version output

tests/libtest/test1013.pl

index 99ad524eb7022936b0e918b509f1f54bffaa335d..9ea7de02d778be2b224594b01e556cad9681c7e1 100755 (executable)
@@ -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