Re: [PATCH v2] Clean environment for GIT test

2010-03-17 Thread Eric Blake
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/tes

[PATCH v2] Clean environment for GIT test

2010-03-16 Thread Bert Wesarg
Unset GIT_DIR and GIT_WORK_TREE environment variable in test test-vc-list-files-git.sh. --- tests/test-vc-list-files-git.sh |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/test-vc-list-files-git.sh b/tests/test-vc-list-files-git.sh index 7b7ff1a..102bdec 100755 ---