]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make comments reflect the code.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 27 Feb 2008 18:10:19 +0000 (18:10 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 27 Feb 2008 18:10:19 +0000 (18:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7494

tests/vg_regtest.in

index bfb362dbe74c471027635a12b7a5afbaa7a0c66d..9978a358610d8067d673d59d7a9909a5ad1b1c27 100755 (executable)
 # 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 <test>.stdout.exp[0-9]* (can be more
+# Expected stdout (filtered) is kept in <test>.stdout.exp* (can be more
 # than one expected output).  It can be missing if it would be empty.  Expected
 # stderr (filtered) is kept in <test>.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 <test>.post.exp[0-9]*.
+# must match the expected stdout which is kept in <test>.post.exp*.
 #
 # If results don't match, the output can be found in <test>.std<strm>.out,
-# and the diff between expected and actual in <test>.std<strm>.diff[0-9]*.
+# and the diff between expected and actual in <test>.std<strm>.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