From: Bart Van Assche Date: Sun, 11 Jan 2009 16:16:14 +0000 (+0000) Subject: Fixed typo (a space was lost by copying text between shell sessions). X-Git-Tag: svn/VALGRIND_3_5_0~1108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aef6d2e324b56b8184f7d17ea379877099a818b;p=thirdparty%2Fvalgrind.git Fixed typo (a space was lost by copying text between shell sessions). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8933 --- diff --git a/none/tests/filter_stderr b/none/tests/filter_stderr index 14e7f0bd79..60a780b1a9 100755 --- a/none/tests/filter_stderr +++ b/none/tests/filter_stderr @@ -8,7 +8,7 @@ $dir/../../tests/filter_stderr_basic | sed "/^Nulgrind, a binary JIT-compiler./ , /./ d" | # Remove the size in "The main thread stack size..." message. -sed "s/The main thread stack size used in this run was [0-9]*/The main thread stack size used inthis run was .../" | +sed "s/The main thread stack size used in this run was [0-9]*/The main thread stack size used in this run was .../" | # Anonymise addresses $dir/../../tests/filter_addresses