t5615-alternate-env: double-quotes in file names do not work on Windows
Protect a recently added test case with !MINGW. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
eaa76de0df
commit
5e74824fac
|
@ -79,7 +79,7 @@ test_expect_success 'mix of quoted and unquoted alternates' '
|
|||
$two blob
|
||||
'
|
||||
|
||||
test_expect_success 'broken quoting falls back to interpreting raw' '
|
||||
test_expect_success !MINGW 'broken quoting falls back to interpreting raw' '
|
||||
mv one.git \"one.git &&
|
||||
check_obj \"one.git/objects <<-EOF
|
||||
$one blob
|
||||
|
|
Loading…
Reference in New Issue