Browse Source

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
Johannes Sixt 8 years ago committed by Junio C Hamano
parent
commit
5e74824fac
  1. 2
      t/t5615-alternate-env.sh

2
t/t5615-alternate-env.sh

@ -79,7 +79,7 @@ test_expect_success 'mix of quoted and unquoted alternates' ' @@ -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…
Cancel
Save