mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
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:
parent
a0d74d160f
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user