diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-01-18 22:17:05 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-01-18 22:21:33 +0100 |
commit | 87ddeee59b605bbc5ee7164105ad9aa413a4433e (patch) | |
tree | 0b4434c68de81008a3996455bdb185d438d260fb /tests/data/test558 | |
parent | da07dbb869139aba984a5910aeb0a2d51dd3ec6f (diff) | |
download | curl-87ddeee59b605bbc5ee7164105ad9aa413a4433e.tar.gz |
test558: fix for multissl builds
vtls.c:multissl_init() might do a curl_free() call so strip that out to
make this work with more builds. We just want to verify that
memorytracking works so skipping one line is no harm.
Diffstat (limited to 'tests/data/test558')
-rw-r--r-- | tests/data/test558 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test558 b/tests/data/test558 index 27457ff41..44361862e 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -46,6 +46,7 @@ MEM strdup.c: realloc() MEM escape.c: free() </file> <stripfile> +s/^MEM escape.c:\d+ free\(\(nil\)\)[\n]$// s/ =.*// s/\(.*\)/()/ s/:\d+/:/ |