Browse Source

Unset GIT_EDITOR while running tests.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 18 years ago
parent
commit
18508c39c4
  1. 1
      t/test-lib.sh

1
t/test-lib.sh

@ -11,6 +11,7 @@ TZ=UTC @@ -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

Loading…
Cancel
Save