mirror of
https://github.com/git/git.git
synced 2026-03-13 02:13:24 +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
402d2bdb44
commit
a95adf4095
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user