From: Yang Tse Date: Wed, 10 Jun 2009 04:06:06 +0000 (+0000) Subject: TrackMemory is another feature not supported by curl-config X-Git-Tag: upstream/7.37.1~6094 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d97f13462897cacb8f8897fb0db07b663fd8645;p=platform%2Fupstream%2Fcurl.git TrackMemory is another feature not supported by curl-config --- diff --git a/tests/libtest/test1013.pl b/tests/libtest/test1013.pl index 6127df8..8ab1a8c 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|Largefile|CharConv|GSS-Negotiate|SPNEGO)$/i, @curl); +@curl = grep(!/^(Debug|TrackMemory|Largefile|CharConv|GSS-Negotiate|SPNEGO)$/i, @curl); @curl = sort @curl; # Read the output of curl-config