aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-10 04:06:06 +0000
committerYang Tse <yangsita@gmail.com>2009-06-10 04:06:06 +0000
commit1d97f13462897cacb8f8897fb0db07b663fd8645 (patch)
tree9a28362187f5c3300e1091c45154c8b52b4ad312
parent2c166812253c28cdfbffdd4de069f5c11db3c7a8 (diff)
TrackMemory is another feature not supported by curl-config
-rwxr-xr-xtests/libtest/test1013.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/test1013.pl b/tests/libtest/test1013.pl
index 6127df82a..8ab1a8c95 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