Re: [PATCH v3 4/5] commit test: test_set_editor in each test

2014-05-27 Thread Eric Sunshine
On Mon, May 26, 2014 at 2:56 PM, Caleb Thompson wrote: > t/t7507-commit-verbose.sh was using a global test_set_editor call to > build its environment. > > Rather than building global state with test_set_editor at the beginning > of the file, move test_set_editor calls into each test. Rather than

[PATCH v3 4/5] commit test: test_set_editor in each test

2014-05-26 Thread Caleb Thompson
t/t7507-commit-verbose.sh was using a global test_set_editor call to build its environment. Rather than building global state with test_set_editor at the beginning of the file, move test_set_editor calls into each test. Besides being inline with current practices, it also allows the tests which r