Hi, > > @@ -380,7 +397,7 @@ test_expect_success 'interrupted squash works as expected' ' > > ! FAKE_LINES="1 squash 3 2" git rebase -i HEAD~3 && > > These can be converted to use test_must_fail by using a sub-shell > as Junio demonstrated: > > ( > FAKE_LINES="1 squash 3 2" && > export FAKE_LINES && > test_must_fail git rebase -i HEAD~3 > ) && Perhaps I'm not consequent, but I thought that it's not worth it ;-) (There is also another reason: I use a dirty test-lib.sh _hack_ locally, that allows me to exactly see where a failing test_expect_success patch fails (that saves some time), but the hack does not work on tests with a subshell invocation.) Regards, Stephan -- Stephan Beyer <s-beyer@xxxxxxx>, PGP 0x6EDDD207FCC5040F -- 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