summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-10 21:11:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-10 21:11:45 (GMT)
commit08d2f46d0caf4125ef8f416b7bdc38af62233fb6 (patch)
tree1f79d3894eec28a527608d8d78df518681b60066
parent7aba2b7fd6afa858f44cdba7c7f19da75de9b9be (diff)
parentc64368e3a2a4749d71b703ae31dee6e451a80f54 (diff)
downloadgit-08d2f46d0caf4125ef8f416b7bdc38af62233fb6.zip
git-08d2f46d0caf4125ef8f416b7bdc38af62233fb6.tar.gz
git-08d2f46d0caf4125ef8f416b7bdc38af62233fb6.tar.bz2
Merge branch 'bc/t9001-zsh-in-posix-emulation-mode'
Test portability fix. * bc/t9001-zsh-in-posix-emulation-mode: t9001: avoid including non-trailing NUL bytes in variables
-rwxr-xr-xt/t9001-send-email.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index bd94779..a834afa 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -2066,7 +2066,7 @@ test_expect_success $PREREQ 'leading and trailing whitespaces are removed' '
TO1=$(echo "QTo 1 <to1@example.com>" | q_to_tab) &&
TO2=$(echo "QZto2" | qz_to_tab_space) &&
CC1=$(echo "cc1" | append_cr) &&
- BCC1=$(echo "Q bcc1@example.com Q" | q_to_nul) &&
+ BCC1=$(echo " bcc1@example.com Q" | q_to_nul) &&
git send-email \
--dry-run \
--from=" Example <from@example.com>" \