Junio C Hamano <gitster@xxxxxxxxx> writes: >> + EDITOR="echo >invoked_editor" git rebase --exec "echo a line >>exec_output" HEAD~2 2>actual && > > Hmph. If you add "-i" to the command line, do you see the > 'invoked_editor' file created? > > I ask this because I thought we override GIT_EDITOR, which has > higher precedence than EDITOR, in the test-lib framework. False alarm. We do use EDITOR=: and arrange GIT_EDITOR from the outside world to be ignored by unsetting in test-lib.sh, so exporting EDITOR here should be safe and OK. Will queue once I manage to locate 2/2 ;-). -- To unsubscribe from this list: 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