From: Daniel Stenberg Date: Sun, 27 May 2012 21:43:23 +0000 (+0200) Subject: test1013.pl: filter out Metalink X-Git-Tag: curl-7_27_0~327 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a03100c3577e7843fbe9a4cfcf0f3cdcb4fa34da;p=thirdparty%2Fcurl.git test1013.pl: filter out Metalink Since it isn't a feature supported by curl-config we can't compare that with the --version output --- diff --git a/tests/libtest/test1013.pl b/tests/libtest/test1013.pl index 99ad524eb7..9ea7de02d7 100755 --- a/tests/libtest/test1013.pl +++ b/tests/libtest/test1013.pl @@ -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