From: Junio C Hamano Date: Tue, 31 Jul 2007 05:16:40 +0000 (-0700) Subject: Unset GIT_EDITOR while running tests. X-Git-Tag: v1.5.3-rc4~33 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/18508c39c48d457fd095e0e30391471658698a1a Unset GIT_EDITOR while running tests. Signed-off-by: Junio C Hamano --- diff --git a/t/test-lib.sh b/t/test-lib.sh index 78d7e87e86..cc1253ccab 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