Jim Meyering writes:
>> 2009-05-08 Simon Josefsson
>>
>> * tests/test-vc-list-files-git.sh: Do git config of user.email and
>> user.name to prevent git commit from complaining.
>
> Looks fine. Thanks.
Pushed.
/Simon
Simon Josefsson wrote:
> This script fails on some systems (e.g., autobuilders) that doesn't have
> a normal ~/.gitconfig:
>
> *** Your name cannot be determined from your system services (gecos).
>
> Run
>
> git config --global user.email "y...@example.com"
> git config --global user.name "You
> Your analysis and patch look right.
> Please commit.
Applied. The failure occurred, btw, not only on Solaris 7, but also on
Solaris 10, OSF/1 5.1, HP-UX 11, AIX 5.1, IRIX 6.5.
Bruno
Bruno Haible <[EMAIL PROTECTED]> wrote:
> So it seems the test detected the absence of the 'git' program and set
> the return code to 77, but is converted to 1 somewhere. This fixes it for me.
> OK to commit?
>
>
> 2008-06-10 Bruno Haible <[EMAIL PROTECTED]>
>
> * tests/test-vc-list-files-g