Junio C Hamano wrote: > A Subshell? > > @@ -212,6 +212,7 @@ test_expect_success 'do not fire > # Must fail due to conflict > test_must_fail git cherry-pick -n master && > echo "editor not started" >.git/result && > - test_must_fail GIT_EDITOR="$(pwd)/.git/FAKE_EDITOR" git commit && > + ( GIT_EDITOR="$(pwd)/.git/FAKE_EDITOR" && export GIT_EDITOR && > + test_must_fail git commit ) && > test "$(cat .git/result)" = "editor not started" > ' That works and it's better. -brandon -- 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