Jorge-Juan.Garcia-Garcia@ensimag.imag.fr wrote:
quoted hunk ↗ jump to hunk
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 9f46f22..87641bc 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -1349,4 +1349,39 @@ test_expect_success $PREREQ 'sendemail.aliasfile=~/.mailrc' '
grep "^!someone@example\.org!$" commandline1
'
-test_done
+test_expect_success $PREREQ 'setup expected-list' '[...]
+test_expect_success $PREREQ 'use email list in --cc --to and --bcc' '
What is the meaning of this test? It looks like you've run git
send-email twice in exactly the same way, and compared their outputs
(after smudging the unstable headers).