We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aba2b7 + c64368e commit 08d2f46Copy full SHA for 08d2f46
t/t9001-send-email.sh
@@ -2066,7 +2066,7 @@ test_expect_success $PREREQ 'leading and trailing whitespaces are removed' '
2066
TO1=$(echo "QTo 1 <to1@example.com>" | q_to_tab) &&
2067
TO2=$(echo "QZto2" | qz_to_tab_space) &&
2068
CC1=$(echo "cc1" | append_cr) &&
2069
- BCC1=$(echo "Q bcc1@example.com Q" | q_to_nul) &&
+ BCC1=$(echo " bcc1@example.com Q" | q_to_nul) &&
2070
git send-email \
2071
--dry-run \
2072
--from=" Example <from@example.com>" \
0 commit comments