[PATCH 2/3] t3404: make tests more self-contained

2013-08-21 Thread Eric Sunshine
As its very first action, t3404 installs (via set_fake_editor) a specialized $EDITOR which simplifies automated 'rebase -i' testing. Many tests rely upon this setting, thus tests which need a different editor must take extra care upon completion to restore $EDITOR in order to avoid breaking

Re: [PATCH 2/3] t3404: make tests more self-contained

2013-08-21 Thread Junio C Hamano
Eric Sunshine sunsh...@sunshineco.com writes: As its very first action, t3404 installs (via set_fake_editor) a specialized $EDITOR which simplifies automated 'rebase -i' testing. Many tests rely upon this setting, thus tests which need a different editor must take extra care upon completion