diff options
Diffstat (limited to 'tests/data/test1330')
-rw-r--r-- | tests/data/test1330 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test1330 b/tests/data/test1330 index 8f8f9674b..2aba0cecc 100644 --- a/tests/data/test1330 +++ b/tests/data/test1330 @@ -37,13 +37,14 @@ nothing # Verify data after the test has been "shot" <verify> <file name="log/memdump" mode="text"> -MEM ../../../tests/unit/unit1330.c: malloc() -MEM ../../../tests/unit/unit1330.c: free() +MEM unit1330.c: malloc() +MEM unit1330.c: free() </file> <stripfile> s/ =.*// s/\(.*\)/()/ s/:\d+/:/ +s:^(MEM )(.*/)(.*):$1$3: </stripfile> </verify> |