[PATCH 3/3] fixup! send-email: teach git send-email option to translate aliases
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2024-08-15 23:49:45
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2024-08-15 23:49:45
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Jacob Keller <redacted> 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 <redacted> --- 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