diff mbox series

[3/3] fixup! send-email: teach git send-email option to translate aliases

Message ID 20240815234924.3963696-1-jacob.e.keller@intel.com (mailing list archive)
State New, archived
Headers show
Series None | expand

Commit Message

Jacob Keller Aug. 15, 2024, 11:49 p.m. UTC
From: Jacob Keller <jacob.keller@gmail.com>

Two of the tests added for --translate-aliases did not set the
prerequisites, so systems which build without perl support will fail the
tests. Fix this.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
---
 t/t9001-send-email.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 13f1453eebb9..c5e862694e16 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -2202,7 +2202,7 @@  test_translate_aliases '--translate-aliases gnus format' \
 	(define-mail-alias "chloe" "chloe@example.com")
 	EOF
 
-test_expect_success '--translate-aliases passes valid addresses through' '
+test_expect_success $PREREQ '--translate-aliases passes valid addresses through' '
 	cat >expect <<-\EOF &&
 	Other <o@example.com>
 	EOF
@@ -2213,7 +2213,7 @@  test_expect_success '--translate-aliases passes valid addresses through' '
 	test_cmp expect actual
 '
 
-test_expect_success '--translate-aliases passes unknown aliases through' '
+test_expect_success $PREREQ '--translate-aliases passes unknown aliases through' '
 	cat >expect <<-\EOF &&
 	blargh
 	EOF