summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1736793)
raw | patch | inline | side by side (parent: 1736793)
author | Robin H. Johnson <robbat2@gentoo.org> | |
Wed, 29 Dec 2010 21:02:31 +0000 (21:02 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 29 Dec 2010 21:39:05 +0000 (13:39 -0800) |
Add in missing Perl prerequisites for new tests of send-email.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh | patch | blob | history |
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index a298eb04373f622473e3d33c9a46c6734f8a8fc8..f1047d2ef3ee473a924f5819441dd1a7b1829768 100755 (executable)
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
# Note that the patches in this test are deliberately out of order; we
# want to make sure it works even if the cover-letter is not in the
# first mail.
-test_expect_success 'refusing to send cover letter template' '
+test_expect_success $PREREQ 'refusing to send cover letter template' '
clean_fake_sendmail &&
rm -fr outdir &&
git format-patch --cover-letter -2 -o outdir &&
test -z "$(ls msgtxt*)"
'
-test_expect_success '--force sends cover letter template anyway' '
+test_expect_success $PREREQ '--force sends cover letter template anyway' '
clean_fake_sendmail &&
rm -fr outdir &&
git format-patch --cover-letter -2 -o outdir &&