aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-30 22:16:40 -0700
committerJunio C Hamano <gitster@pobox.com>2007-07-30 22:16:40 -0700
commit18508c39c48d457fd095e0e30391471658698a1a (patch)
tree8c0ba915a04df6a2c1e2b72c86291d9d9c61820d /t
parent0781b8a9b2fe760fc4ed519a3a26e4b9bd6ccffe (diff)
downloadgit-18508c39c48d457fd095e0e30391471658698a1a.tar.gz
git-18508c39c48d457fd095e0e30391471658698a1a.tar.xz
Unset GIT_EDITOR while running tests.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 78d7e87e8..cc1253cca 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -11,6 +11,7 @@ TZ=UTC
export LANG LC_ALL PAGER TZ
EDITOR=:
VISUAL=:
+unset GIT_EDITOR
unset AUTHOR_DATE
unset AUTHOR_EMAIL
unset AUTHOR_NAME