Pádraig Brady <[email protected]> writes:

>> diff --git a/tests/misc/write-errors.sh b/tests/misc/write-errors.sh
>> index 53111417a..4ecafd626 100755
>> --- a/tests/misc/write-errors.sh
>> +++ b/tests/misc/write-errors.sh
>> @@ -57,6 +57,7 @@ pr /dev/zero
>>   pr --version; yes 1 | pr
>>   seq inf
>>   shuf -i 0-1 -r
>> +tac --version; seq 10000 | tac
>>   tail -n+1 -z /dev/zero
>>   tee < /dev/zero
>>   tr . . < /dev/zero
>
> Well write-errors.sh is for commands that run indefinitely,
> so it would be best not to add it there.

True.

> Instead I've pushed the attached update to io-errors.sh
> which distinguishes generic and specific errors, so you
> should be able to add "tac --version; seq 10000 | tac" there.

Thanks, I pushed it with that change [1].

Collin

[1] 
https://github.com/coreutils/coreutils/commit/30a5cbec0efc2941513c5f51652fb851b7b87bba

Reply via email to