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
parent 2ad423493d
commit 457d68e68a

View file

@ -946,7 +946,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 &&