tests: Set EDITOR=: and VISUAL=: globally
authorEric Wong <normalperson@yhbt.net>
Tue, 11 Jul 2006 19:01:54 +0000 (12:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 11 Jul 2006 19:32:54 +0000 (12:32 -0700)
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>
No differences found