зеркало из https://github.com/microsoft/git.git
t9300: replace '!' with test_must_fail
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
a0d74d160f
Коммит
20a55f4b2e
|
@ -1045,7 +1045,7 @@ DATA
|
|||
INPUT_END
|
||||
|
||||
test_expect_success 'P: fail on inline gitlink' '
|
||||
! git-fast-import <input'
|
||||
test_must_fail git-fast-import <input'
|
||||
|
||||
test_tick
|
||||
cat >input <<INPUT_END
|
||||
|
@ -1068,6 +1068,6 @@ M 160000 :1 sub
|
|||
INPUT_END
|
||||
|
||||
test_expect_success 'P: fail on blob mark in gitlink' '
|
||||
! git-fast-import <input'
|
||||
test_must_fail git-fast-import <input'
|
||||
|
||||
test_done
|
||||
|
|
Загрузка…
Ссылка в новой задаче