tests: Coreutils.pm improvements
authorJim Meyering <meyering@redhat.com>
Sun, 4 May 2008 19:36:00 +0000 (21:36 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 6 May 2008 06:21:30 +0000 (08:21 +0200)
commit5ad6145142ad3417fe3598349d75a6fa366f6647
tree37013aa9345e562aaec4a28d120b0790717bbcc9
parent2656da4705eb26a30da6b51be18d9ba474bc4d00
tests: Coreutils.pm improvements

* tests/Coreutils.pm: Allow test names longer than 12.
Print a useful diagnostic for bogus spec entry.

Handle the combination of IN_PIPE and ENV properly.
* tests/Coreutils.pm (run_tests): Put ENV right before command,
not before the "cat INPUT_FILE |" prefix.
tests/Coreutils.pm