From: Nicholas Nethercote Date: Wed, 27 Feb 2008 18:10:19 +0000 (+0000) Subject: Make comments reflect the code. X-Git-Tag: svn/VALGRIND_3_4_0~1015 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=745f47f01c84cfe9a236181073d532ac78a12384;p=thirdparty%2Fvalgrind.git Make comments reflect the code. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7494 --- diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in index bfb362dbe7..9978a35861 100755 --- a/tests/vg_regtest.in +++ b/tests/vg_regtest.in @@ -61,17 +61,17 @@ # Note that filters are necessary for stderr results to filter out things that # always change, eg. process id numbers. # -# Expected stdout (filtered) is kept in .stdout.exp[0-9]* (can be more +# Expected stdout (filtered) is kept in .stdout.exp* (can be more # than one expected output). It can be missing if it would be empty. Expected # stderr (filtered) is kept in .stderr.exp*. There must be at least # one stderr.exp* file. # # The prerequisite command, if present, must return 0 otherwise the test is # skipped. The post-test command, if present, must return 0 and its stdout -# must match the expected stdout which is kept in .post.exp[0-9]*. +# must match the expected stdout which is kept in .post.exp*. # # If results don't match, the output can be found in .std.out, -# and the diff between expected and actual in .std.diff[0-9]*. +# and the diff between expected and actual in .std.diff*. # # Sometimes it is useful to run all the tests at a high sanity check # level or with arbitrary other flags. To make this simple, extra