Hmm, with this whole series merged to 'pu', I somehow am getting this error: $ make -j8 \ DEFAULT_TEST_TARGET=prove \ GIT_PROVE_OPTS=-j8 \ T=t5541-http-push.sh test *** prove *** t5541-http-push.sh .. All 1 subtests passed Test Summary Report ------------------- t5541-http-push.sh (Wstat: 0 Tests: 1 Failed: 0) Parse errors: No plan found in TAP output Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.06 cusr 0.01 csys = 0.09 CPU) Result: FAIL make[1]: *** [prove] Error 1 make[1]: Leaving directory `/srv/project/git/git.git/t' make: *** [test] Error 2 Without prove (drop "DEFAULT_TEST_TARGET=prove" from the command line), I do not see the breakage. *** t5541-http-push.sh *** ok 1 - set up terminal for tests # passed all 1 test(s) 1..1 # SKIP Network testing disabled (define GIT_TEST_HTTPD to enable) make aggregate-results make[3]: Entering directory `/srv/project/git/git.git/t' for f in test-results/t*-*.counts; do \ echo "$f"; \ done | '/bin/sh' ./aggregate-results.sh fixed 0 success 1 failed 0 broken 0 total 1 -- 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