coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-8.12.178-df9cd on OpenBSD 4.9


From: Pádraig Brady
Subject: Re: coreutils-8.12.178-df9cd on OpenBSD 4.9
Date: Fri, 02 Sep 2011 11:48:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

On 09/02/2011 01:37 AM, Bruno Haible wrote:
> It looks like your check in tests/init.sh is too pessimistic:
> 
>   if ( diff --version < /dev/null 2>&1 | grep GNU ) > /dev/null 2>&1; then
>     compare () { diff -u "$@"; }
> 
> Change that to
> 
>   if ( diff -u "$0" "$0" < /dev/null ) > /dev/null 2>&1; then
>     compare () { diff -u "$@"; }
> 
> and you should receive better output.

I think the source of that is gnulib/tests/init.sh
So feel free to apply the above change there
and all projects can then sync from that as required.

cheers,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]