aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test558
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-03-16 00:59:17 +0100
committerYang Tse <yangsita@gmail.com>2013-03-16 00:59:54 +0100
commit91e2ce6e76ad1a22f9770e65c02f7f527ef3abff (patch)
tree80defa20b1d9a124ad645e86e92bc2653fdbf337 /tests/data/test558
parent2ba5f4bf1c4be7fbd5b2447ce5a84a40cfe5d317 (diff)
tests: 96, 558, 1330: strip build subdirectory dependent leading path
Diffstat (limited to 'tests/data/test558')
-rw-r--r--tests/data/test55813
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/data/test558 b/tests/data/test558
index 49d022610..f8cbfbe8d 100644
--- a/tests/data/test558
+++ b/tests/data/test558
@@ -35,17 +35,18 @@ nothing
# Verify data after the test has been "shot"
<verify>
<file name="log/memdump" mode="text">
-MEM ../../../tests/libtest/lib558.c: malloc()
-MEM ../../../tests/libtest/lib558.c: free()
-MEM ../../lib/escape.c: malloc()
-MEM ../../lib/escape.c: realloc()
-MEM ../../lib/escape.c: realloc()
-MEM ../../lib/escape.c: free()
+MEM lib558.c: malloc()
+MEM lib558.c: free()
+MEM escape.c: malloc()
+MEM escape.c: realloc()
+MEM escape.c: realloc()
+MEM escape.c: free()
</file>
<stripfile>
s/ =.*//
s/\(.*\)/()/
s/:\d+/:/
+s:^(MEM )(.*/)(.*):$1$3:
</stripfile>
</verify>