On 03/16/2010 01:27 AM, Bert Wesarg wrote:
> Unset GIT_DIR and GIT_WORK_TREE environment variable in test
> test-vc-list-files-git.sh.

Thanks, applied, plus a changelog entry, and this incremental change to
fix a regression from 2010-05-10:

diff --git i/tests/test-vc-list-files-git.sh
w/tests/test-vc-list-files-git.sh
index 102bdec..56a9a5b 100755
--- i/tests/test-vc-list-files-git.sh
+++ w/tests/test-vc-list-files-git.sh
@@ -38,8 +38,8 @@ mkdir $tmpdir && cd $tmpdir &&
     || { echo "Skipping test: git not found in PATH"; (exit 77); exit
77; }; } &&
   mkdir d &&
   touch d/a b c &&
-  git config user.email "y...@example.com"
-  git config user.name "Your Name"
+  git config user.email "y...@example.com" &&
+  git config user.name "Your Name" &&
   git add . > /dev/null &&
   git commit -q -a -m log &&
   printf '%s\n' b c d/a > expected &&

-- 
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to