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 "Your Name" > > to set your account's default identity. > Omit --global to set the identity only in this repository. > > fatal: empty ident <buil...@193143-qb0-1.dfw1.staging.slicehost.com >> not allowed > FAIL: test-vc-list-files-git.sh > > How about this patch? > > /Simon > > 2009-05-08 Simon Josefsson <si...@josefsson.org> > > * 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.