Skip to content

Commit

Permalink
Merge branch 'bc/t9001-zsh-in-posix-emulation-mode'
Browse files Browse the repository at this point in the history
Test portability fix.

* bc/t9001-zsh-in-posix-emulation-mode:
  t9001: avoid including non-trailing NUL bytes in variables
  • Loading branch information
gitster committed Dec 10, 2019
2 parents 7aba2b7 + c64368e commit 08d2f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9001-send-email.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ test_expect_success $PREREQ 'leading and trailing whitespaces are removed' '
TO1=$(echo "QTo 1 <[email protected]>" | q_to_tab) &&
TO2=$(echo "QZto2" | qz_to_tab_space) &&
CC1=$(echo "cc1" | append_cr) &&
BCC1=$(echo "Q [email protected] Q" | q_to_nul) &&
BCC1=$(echo " [email protected] Q" | q_to_nul) &&
git send-email \
--dry-run \
--from=" Example <[email protected]>" \
Expand Down

0 comments on commit 08d2f46

Please sign in to comment.