diff options
author | Johannes Sixt <j6t@kdbg.org> | 2016-12-21 22:33:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-21 14:01:19 -0800 |
commit | 5e74824fac646e2ebe335a00bcecd91641a7f7ca (patch) | |
tree | 07c4d711df4401efdc9b0f7270f8d8192a151e10 /t | |
parent | eaa76de0dff57f13a6fb7f791f3a486a407f5c27 (diff) | |
download | git-5e74824fac646e2ebe335a00bcecd91641a7f7ca.tar.gz git-5e74824fac646e2ebe335a00bcecd91641a7f7ca.tar.xz |
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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t5615-alternate-env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5615-alternate-env.sh b/t/t5615-alternate-env.sh index c33d08998..79628db3e 100755 --- a/t/t5615-alternate-env.sh +++ b/t/t5615-alternate-env.sh @@ -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 |