]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
drd/tests/filter_stderr: Remove a space and two backslashes
authorBart Van Assche <bvanassche@acm.org>
Thu, 5 Jul 2012 16:21:49 +0000 (16:21 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 5 Jul 2012 16:21:49 +0000 (16:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12713

drd/tests/filter_stderr

index 454f12cb95afd15e25040bf78699d08694432b40..a1a59591c8061854a7e94819654abfeedb8903f8 100755 (executable)
@@ -32,7 +32,7 @@ sed \
 -e "s/ (\([a-zA-Z_]*\.h\):[0-9]*)/ (\1:?)/" \
 -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" \
 -e "s/\( name [^ ]*\)-[0-9]*\( oflag \)/\1\2/" \
--e '/^    by 0x[0-9a-fA-F]*: process_dl_debug \(in \/lib[0-9]*\/ld-[0-9.]*\.so\)$/d' \
+-e '/^   by 0x[0-9a-fA-F]*: process_dl_debug (in \/lib[0-9]*\/ld-[0-9.]*\.so)$/d' \
 -e "/^For counts of detected and suppressed errors, rerun with: -v$/d" |
 
 # Remove the message that more than hundred errors have been detected