summaryrefslogtreecommitdiff
path: root/tests/Fetish.pm
AgeCommit message (Collapse)Author
2004-03-31(run_tests): Remove `.orig' file.Jim Meyering
Remove debugging diagnostic.
2004-03-29Accept new directives: OUT_SUBST, ERR_SUBST.Jim Meyering
Rename `%tmp' to `%actual'. Reverse order of last two args to _compare_files (to actual, $expected) so as to match declaration.
2004-03-28Correct the indentation of a foreach loop.Jim Meyering
2004-03-21Fix typo in comment.Jim Meyering
2002-12-02(_at_replace): Do the substitution only if there's something to replace.Jim Meyering
2001-05-13(run_tests): Fail if any test name is longer than 12 bytes.Jim Meyering
2001-03-18If the $DJDIR envvar is defined, set SHELLJim Meyering
to $DJDIR/bin/bash.exe. Patch from Richard Dawe, based on a suggestion from Eli Zaretskii.
2000-11-26(_compare_files): New function.Jim Meyering
(_process_file_spec): Likewise. (_at_replace): Likewise. (run_tests): Support new keywords, AUX and CMP and associated syntax and semantics.
2000-02-13(run_tests): Discard stderr.Jim Meyering
Reverse diff args, so `expected' is last, as in mk-script.
2000-02-12(run_tests): Invoke `diff' when differences are found.Jim Meyering
1998-10-17(run_tests): Run $prog with --version only if $verbose.Jim Meyering
1998-10-04use debug, not verboseJim Meyering
1998-10-03Make `VERBOSE' be a little more verbose.Jim Meyering
1998-09-07(_create_file): Don't include $$ in temp file name.Jim Meyering
(run_tests): Use shorter suffixes for temp file names.
1998-09-07(run_tests): Add simple PRE/POST hooks.Jim Meyering
1998-08-26.Jim Meyering