From: Florian Krohm Date: Tue, 8 Oct 2013 06:02:01 +0000 (+0000) Subject: Tweak to avoid a trailing space. X-Git-Tag: svn/VALGRIND_3_9_0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8434d573a5d0c261ee320e189801ca37845b67b0;p=thirdparty%2Fvalgrind.git Tweak to avoid a trailing space. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13627 --- diff --git a/tests/filter_libc b/tests/filter_libc index 9fad2f5160..46ba26814c 100755 --- a/tests/filter_libc +++ b/tests/filter_libc @@ -14,7 +14,7 @@ while (<>) s/\(within \/.*(libc|libSystem).*\)$/(within \/...libc...)/; # Filter out dynamic loader - s/\(in \/.*ld-.*so\)$//; + s/ \(in \/.*ld-.*so\)$//; # Remove the filename -- on some platforms (eg. Linux) it will be in # libc, on some (eg. Darwin) it will be in the main executable.