mirror of
https://github.com/git/git.git
synced 2026-03-12 09:59:45 +01:00
Disable test on MinGW that challenges its bash quoting
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Pat Thoyts
parent
7717760722
commit
53ea416bd3
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user