mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Fix t5100 for Windows
On Windows, "nul" is not allowed as a file name. So bend over for that platform even more than we do already. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Johannes Sixt
parent
ec346a5ada
commit
dfd702ef0b
@@ -27,8 +27,8 @@ done
|
||||
|
||||
test_expect_success 'respect NULs' '
|
||||
|
||||
git mailsplit -d3 -o. ../t5100/nul &&
|
||||
cmp ../t5100/nul 001 &&
|
||||
git mailsplit -d3 -o. ../t5100/nul-plain &&
|
||||
cmp ../t5100/nul-plain 001 &&
|
||||
(cat 001 | git mailinfo msg patch) &&
|
||||
test 4 = $(wc -l < patch)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user