Pádraig Brady <[email protected]> writes:
> * tests/misc/read-errors.sh: Validate that commands which read multiple
> files, read all files on error, and exit with appropriate status.
> ---
> tests/misc/read-errors.sh | 94 ++++++++++++++++++++++-----------------
> 1 file changed, 53 insertions(+), 41 deletions(-)
Looks good to me. I considered suggesting removing these tests that I
added recently:
$ find . -name 'multiple-files.sh'
./tests/fold/multiple-files.sh
./tests/nl/multiple-files.sh
./tests/truncate/multiple-files.sh
But I think they are worth keeping since they check the output is what
we expect.
Collin