Revert "Disable test on MinGW that challenges its bash quoting"

This reverts commit 8117ed6a22.

With "MinGW: disable CRT command line globbing" (a05e9a86), wildcard
expansion works as expected (handled by git, not the CRT).

Signed-off-by: Karsten Blees <blees@dcon.de>
This commit is contained in:
Karsten Blees
2011-10-06 12:09:11 +02:00
parent 75c554cf91
commit d33520065d

View File

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