From: Jim Meyering Date: Thu, 30 Jan 1997 04:11:17 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9278db09569b38734a5c3e08f49c55397f84889;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0209b41aea..ca80c5874e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,19 @@ Wed Jan 29 20:54:24 1997 Jim Meyering + * tests/tr-test/Test.pm: Do each test twice: get input via REDIR + and PIPE. + + * tests/tail/Test.pm (test_vector): Do each (non-stdin-requiring) + test three times. + + * tests/pr-test/Test.pm: Remove common_option_prefix flag. + (test_vector): Prepend the common option here instead. + + * tests/md5sum-test/Test.pm: Remove input_via_stdin flag. + Do each test twice: get input via REDIR and PIPE. + + * tests/cut-test/Test.pm: Do each test three times. + * tests/cut-test/mk-script.pl: Allow each test to be run any or all of three different ways. Program input may be specified via a file or files listed on the command line, via input redirection (if there's