]> Pileus Git - ~andy/git/commitdiff
Unset GIT_EDITOR while running tests.
authorJunio C Hamano <gitster@pobox.com>
Tue, 31 Jul 2007 05:16:40 +0000 (22:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Jul 2007 05:16:40 +0000 (22:16 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh

index 78d7e87e86178b90a350714c0b287353a0de20b4..cc1253ccabf6afe0a3903f9f15177f73e8e33183 100644 (file)
@@ -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