Imported Upstream version 7.44.0
[platform/upstream/curl.git] / tests / data / test96
index 865aff9..27044bc 100644 (file)
@@ -30,12 +30,14 @@ curl memory tracking operational
 #
 # Verify data after the test has been "shot"
 <verify>
-<file name="log/memdump" mode="text">
+<file name="log/memdump">
 MEM tool_paramhlp.c
 MEM tool_cfgable.c
+MEM tool_cfgable.c
+MEM tool_cfgable.c
 </file>
 <stripfile>
-$_ = '' if (($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/))
+$_ = '' if ((($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/)) || ($_ =~ /free\(\(nil\)\)/))
 s/:\d+.*//
 s:^(MEM )(.*/)(.*):$1$3:
 </stripfile>