diff --git a/tests/filter_stderr_basic b/tests/filter_stderr_basic index 04e036fa5..e128ab596 100755 --- a/tests/filter_stderr_basic +++ b/tests/filter_stderr_basic @@ -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" |