summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-12-29 21:02:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-29 21:39:05 (GMT)
commit57da20426417cd0834e7fc442096d1c18924228a (patch)
treea625162756b2988e8a7a7af0c94ae4c698b59779 /t
parent17367939ebd64f5e6eb4fa5a32ece513f497e6e6 (diff)
downloadgit-57da20426417cd0834e7fc442096d1c18924228a.zip
git-57da20426417cd0834e7fc442096d1c18924228a.tar.gz
git-57da20426417cd0834e7fc442096d1c18924228a.tar.bz2
t9001: Fix test prerequisites
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t9001-send-email.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index a298eb0..f1047d2 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -1035,7 +1035,7 @@ test_expect_success $PREREQ '--8bit-encoding also treats subject' '
# 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 &&
@@ -1051,7 +1051,7 @@ test_expect_success 'refusing to send cover letter template' '
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 &&