зеркало из https://github.com/microsoft/git.git
t1020: disable the pwd test on MinGW
It fails both for line ending and for DOS path reasons. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
463b0ea22b
Коммит
9931df3fa9
|
@ -118,7 +118,7 @@ test_expect_success 'alias expansion' '
|
|||
)
|
||||
'
|
||||
|
||||
test_expect_success '!alias expansion' '
|
||||
test_expect_success NOT_MINGW '!alias expansion' '
|
||||
pwd >expect &&
|
||||
(
|
||||
git config alias.test !pwd &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче