Skip to content

Commit

Permalink
annotate-tests: override VISUAL when running tests.
Browse files Browse the repository at this point in the history
The tests hang for me waiting for Emacs with its output directed
somewhere strage, because I hedged my bets and set both EDITOR and
VISUAL to run Emacs.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Mark Wooding authored and Junio C Hamano committed Mar 12, 2006
1 parent 2d33501 commit 8c32220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/annotate-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test_expect_success \
test_expect_success \
'merge-setup part 4' \
'echo "evil merge." >>file &&
EDITOR=: git commit -a --amend'
EDITOR=: VISUAL=: git commit -a --amend'

test_expect_success \
'Two lines blamed on A, one on B, two on B1, one on B2, one on A U Thor' \
Expand Down

0 comments on commit 8c32220

Please sign in to comment.