From 87ddeee59b605bbc5ee7164105ad9aa413a4433e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 18 Jan 2018 22:17:05 +0100 Subject: 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. --- tests/data/test558 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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() +s/^MEM escape.c:\d+ free\(\(nil\)\)[\n]$// s/ =.*// s/\(.*\)/()/ s/:\d+/:/ -- cgit v1.2.3