git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t1400-update-ref: set VISUAL=true as well as EDITOR=true
@ 2006-07-11  8:41 Eric Wong
  2006-07-11  9:15 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2006-07-11  8:41 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Eric Wong

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@yhbt.net>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-11 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11  8:41 [PATCH] t1400-update-ref: set VISUAL=true as well as EDITOR=true Eric Wong
2006-07-11  9:15 ` Junio C Hamano
2006-07-11 19:01   ` [PATCH] tests: Set EDITOR=: and VISUAL=: globally Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).