On Fri, May 10, 2013 at 3:28 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > >> +test_expect_success 'push update refs failure' ' >> + (cd local && >> + git checkout update && >> + echo "update fail" >>file && >> + git commit -a -m "update fail" && >> + git rev-parse --verify testgit/origin/heads/update >expect && >> + GIT_REMOTE_TESTGIT_PUSH_ERROR="non-fast forward" \ >> + test_expect_code 1 git push origin update && > > This is not portable Why not? Other parts of this script run commands with environment variables like this. -- Felipe Contreras -- 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