mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-22 23:37:25 -05:00
Revert "Disable test on MinGW that challenges its bash quoting"
This reverts commit8117ed6a22. 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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user