Skip to content

Commit 08d2f46

Browse files
committed
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
2 parents 7aba2b7 + c64368e commit 08d2f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9001-send-email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ test_expect_success $PREREQ 'leading and trailing whitespaces are removed' '
20662066
TO1=$(echo "QTo 1 <[email protected]>" | q_to_tab) &&
20672067
TO2=$(echo "QZto2" | qz_to_tab_space) &&
20682068
CC1=$(echo "cc1" | append_cr) &&
2069-
BCC1=$(echo "Q [email protected] Q" | q_to_nul) &&
2069+
BCC1=$(echo " [email protected] Q" | q_to_nul) &&
20702070
git send-email \
20712071
--dry-run \
20722072
--from=" Example <[email protected]>" \

0 commit comments

Comments
 (0)