aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test96
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/test96
parent2ba5f4bf1c4be7fbd5b2447ce5a84a40cfe5d317 (diff)
tests: 96, 558, 1330: strip build subdirectory dependent leading path
Diffstat (limited to 'tests/data/test96')
-rw-r--r--tests/data/test965
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>