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 "[email protected]"
>   git config --global user.name "Your Name"
>
> to set your account's default identity.
> Omit --global to set the identity only in this repository.
>
> fatal: empty ident  <[email protected]
>> not allowed
> FAIL: test-vc-list-files-git.sh
>
> How about this patch?
>
> /Simon
>
> 2009-05-08  Simon Josefsson  <[email protected]>
>
>       * 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.


Reply via email to