]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Un-break regtests (again)
authorJulian Seward <jseward@acm.org>
Mon, 20 Dec 2004 05:44:49 +0000 (05:44 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 20 Dec 2004 05:44:49 +0000 (05:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3209

tests/filter_stderr_basic

index 04e036fa505ad7d544d16ac823cad73269a40961..e128ab59631d014e391a781a42da3de9375a4e2a 100755 (executable)
@@ -11,7 +11,7 @@ sed "s/\(==\|--\|\+\+\|\*\*\)[0-9]\{1,5\}\1 //"             |
 sed "/^Using valgrind-.*, a dynamic binary instrumentation framework/ , /./ d" |
 
 # ... and also remove the "Using LibVEX..." line and the one after it.
-sed "/^Using LibVEX-.*, a library for dynamic binary translation/ , /./ d" |
+sed "/^Using LibVEX rev .*, a library for dynamic binary translation/ , /./ d" |
 
 # Remove other introductory lines
 sed "/Estimated CPU clock rate is [0-9]* MHz/d"                       |