gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 120/125: test558: fix for multissl builds


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 120/125: test558: fix for multissl builds
Date: Sun, 21 Jan 2018 23:42:55 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 87ddeee59b605bbc5ee7164105ad9aa413a4433e
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Jan 18 22:17:05 2018 +0100

    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(+)

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+/:/

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]