I have VISUAL set in my environment, and it caused git-commit to spawn my editor during the test. Signed-off-by: Eric Wong <normalperson@xxxxxxxx> --- t/t1400-update-ref.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index 6a3515d..4f5b6bd 100755 --- a/t/t1400-update-ref.sh +++ b/t/t1400-update-ref.sh @@ -190,7 +190,7 @@ test_expect_success \ GIT_COMMITTER_DATE="2005-05-26 23:41" git-commit -F M -a && h_OTHER=$(git-rev-parse --verify HEAD) && echo FIXED >F && - EDITOR=true \ + EDITOR=true VISUAL=true \ GIT_AUTHOR_DATE="2005-05-26 23:44" \ GIT_COMMITTER_DATE="2005-05-26 23:44" git-commit --amend && h_FIXED=$(git-rev-parse --verify HEAD) && -- 1.4.1.g710d - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html