Otherwise we wouldn't know why it failed. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- t/t5150-request-pull.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t5150-request-pull.sh b/t/t5150-request-pull.sh index 9375912..60a38be 100755 --- a/t/t5150-request-pull.sh +++ b/t/t5150-request-pull.sh @@ -122,6 +122,7 @@ test_expect_success 'pull request when forgot to push' ' test_must_fail git request-pull initial "$downstream_url" \ 2>../err ) && + cat err && grep "No branch of.*is at:\$" err && grep "Are you sure you pushed" err ' -- 1.8.4-fc -- 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