From 91e2ce6e76ad1a22f9770e65c02f7f527ef3abff Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 16 Mar 2013 00:59:17 +0100 Subject: tests: 96, 558, 1330: strip build subdirectory dependent leading path --- tests/data/test96 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/data/test96') 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" -MEM ../../src/tool_paramhlp.c -MEM ../../src/tool_cfgable.c +MEM tool_paramhlp.c +MEM tool_cfgable.c $_ = '' if (($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/)) s/:\d+.*// +s:^(MEM )(.*/)(.*):$1$3: -- cgit v1.2.3