diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-30 04:11:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-30 04:11:17 +0000 |
commit | b9278db09569b38734a5c3e08f49c55397f84889 (patch) | |
tree | a8cc81df8d95264321a5446e78da7e5a1d9227ea /old | |
parent | 944b08f293cb23f6f7806902edb998dce9def105 (diff) | |
download | coreutils-b9278db09569b38734a5c3e08f49c55397f84889.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0209b41ae..ca80c5874 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,19 @@ Wed Jan 29 20:54:24 1997 Jim Meyering <meyering@na-net.ornl.gov> + * 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 |