Disable test on MinGW that challenges its bash quoting

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2011-04-01 16:44:45 +02:00
committed by Pat Thoyts
parent 7717760722
commit 53ea416bd3

View File

@@ -893,7 +893,10 @@ test_expect_success 'remote set-url --add bbb' '
'
test_expect_success 'remote set-url --delete .*' '
test_must_fail git remote set-url --delete someremote .\* &&
if test_have_prereq NOT_MINGW
then
test_must_fail git remote set-url --delete someremote .\*
fi &&
echo "YYY" >expect &&
echo baz >>expect &&
echo bbb >>expect &&