* [PATCH 3/3] fixup! send-email: teach git send-email option to translate aliases
@ 2024-08-15 23:49 Jacob Keller
0 siblings, 0 replies; only message in thread
From: Jacob Keller @ 2024-08-15 23:49 UTC (permalink / raw)
To: git, Junio C Hamano; +Cc: Jacob Keller
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 --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
--
2.46.0.124.g2dc1a81c8933
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-15 23:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15 23:49 [PATCH 3/3] fixup! send-email: teach git send-email option to translate aliases Jacob Keller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).