Skip to content

Commit 5e74824

Browse files
j6tgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent eaa76de commit 5e74824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5615-alternate-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test_expect_success 'mix of quoted and unquoted alternates' '
7979
$two blob
8080
'
8181

82-
test_expect_success 'broken quoting falls back to interpreting raw' '
82+
test_expect_success !MINGW 'broken quoting falls back to interpreting raw' '
8383
mv one.git \"one.git &&
8484
check_obj \"one.git/objects <<-EOF
8585
$one blob

0 commit comments

Comments
 (0)