From: Yang Tse Date: Fri, 15 Mar 2013 23:59:17 +0000 (+0100) Subject: tests: 96, 558, 1330: strip build subdirectory dependent leading path X-Git-Tag: upstream/7.37.1~1907 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91e2ce6e76ad1a22f9770e65c02f7f527ef3abff;p=platform%2Fupstream%2Fcurl.git tests: 96, 558, 1330: strip build subdirectory dependent leading path --- diff --git a/tests/data/test1330 b/tests/data/test1330 index 8f8f967..2aba0ce 100644 --- a/tests/data/test1330 +++ b/tests/data/test1330 @@ -37,13 +37,14 @@ nothing # Verify data after the test has been "shot" -MEM ../../../tests/unit/unit1330.c: malloc() -MEM ../../../tests/unit/unit1330.c: free() +MEM unit1330.c: malloc() +MEM unit1330.c: free() s/ =.*// s/\(.*\)/()/ s/:\d+/:/ +s:^(MEM )(.*/)(.*):$1$3: diff --git a/tests/data/test558 b/tests/data/test558 index 49d0226..f8cbfbe 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -35,17 +35,18 @@ nothing # Verify data after the test has been "shot" -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() s/ =.*// s/\(.*\)/()/ s/:\d+/:/ +s:^(MEM )(.*/)(.*):$1$3: diff --git a/tests/data/test96 b/tests/data/test96 index 9ea0ce7..865aff9 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: