[PATCH] Clean environment for GIT test

2010-03-15 Thread Bert Wesarg
Unset GIT_DIR and GIT_WORK_TREE environment variable in test test-vc-list-files-git.sh. --- diff --git i/tests/test-vc-list-files-git.sh w/tests/test-vc-list-files-git.sh --- i/tests/test-vc-list-files-git.sh +++ w/tests/test-vc-list-files-git.sh @@ -28,6 +28,9 @@ tmpdir=vc-git-$$ trap 'st=$?; cd

Re: [PATCH] Clean environment for GIT test

2010-03-15 Thread Eric Blake
On 03/15/2010 09:20 AM, Bert Wesarg wrote: > Unset GIT_DIR and GIT_WORK_TREE environment variable in test > test-vc-list-files-git.sh. > > --- > diff --git i/tests/test-vc-list-files-git.sh w/tests/test-vc-list-files-git.sh > --- i/tests/test-vc-list-files-git.sh > +++ w/tests/test-vc-list-files-g