diff options
Diffstat (limited to 'tests/data/test96')
-rw-r--r-- | tests/data/test96 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test96 b/tests/data/test96 index 9ea0ce752..865aff9c3 100644 --- a/tests/data/test96 +++ b/tests/data/test96 @@ -31,12 +31,13 @@ curl memory tracking operational # Verify data after the test has been "shot" <verify> <file name="log/memdump" mode="text"> -MEM ../../src/tool_paramhlp.c -MEM ../../src/tool_cfgable.c +MEM tool_paramhlp.c +MEM tool_cfgable.c </file> <stripfile> $_ = '' if (($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/)) s/:\d+.*// +s:^(MEM )(.*/)(.*):$1$3: </stripfile> </verify> |