t5615-alternate-env: double-quotes in file names do not work on Windows
authorJohannes Sixt <redacted>
Wed, 21 Dec 2016 21:33:43 +0000 (22:33 +0100)
committerJunio C Hamano <redacted>
Wed, 21 Dec 2016 22:01:19 +0000 (14:01 -0800)
Protect a recently added test case with !MINGW.

Signed-off-by: Johannes Sixt <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5615-alternate-env.sh

index c33d089980b4a68f7191753e930a69355c307fc9..79628db3ec08841de2fbba2c262c5bd1bfcd3720 100755 (executable)
@@ -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
git clone https://git.99rst.org/PROJECT