diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-07-11 12:01:54 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-11 12:32:54 -0700 |
commit | 8ff99e7417fcbff67d2c31445671fa97e44c95e7 (patch) | |
tree | 133e202e99a5454c6b33a94564984b59e7aef5be /t/t1400-update-ref.sh | |
parent | 55b7835e1b81a6debc7648149d2b8a4c5c64ddba (diff) | |
download | git-8ff99e7417fcbff67d2c31445671fa97e44c95e7.tar.gz |
tests: Set EDITOR=: and VISUAL=: globally
This way we don't have to remember to set it for each test; and
if we forget, we won't cause interactive editors to be spawned
for non-interactive tests.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t1400-update-ref.sh')
-rwxr-xr-x | t/t1400-update-ref.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index 6a3515dd71..04fab26621 100755 --- a/t/t1400-update-ref.sh +++ b/t/t1400-update-ref.sh @@ -190,7 +190,6 @@ 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 \ 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) && |