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

>> +  'group' will now exit immediately upon receiving a write error, which is
>> +  significant when listing information for many users.
>
> s/group/groups/

Oops, nice catch.

> Also you might squash this in for tests:
>
> diff --git a/tests/misc/io-errors.sh b/tests/misc/io-errors.sh
> index 63649603e..e947df142 100755
> --- a/tests/misc/io-errors.sh
> +++ b/tests/misc/io-errors.sh
> @@ -44,7 +44,9 @@ fmt foo
>   fold foo
>   fold -b foo
>   fold -c foo
> +groups
>   head -n1 foo
> +id
>   join foo foo
>   nl foo
>   numfmt --invalid=ignore < foo
>
> Otherwise looks good.

Right. I forgot about that test. Pushed it with those changes.

Thanks,
Collin

Reply via email to