Skip to content

Commit 20a55f4

Browse files
Miklos Vajnagitster
authored andcommitted
t9300: replace '!' with test_must_fail
Signed-off-by: Miklos Vajna <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a0d74d1 commit 20a55f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t9300-fast-import.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ DATA
10451045
INPUT_END
10461046

10471047
test_expect_success 'P: fail on inline gitlink' '
1048-
! git-fast-import <input'
1048+
test_must_fail git-fast-import <input'
10491049

10501050
test_tick
10511051
cat >input <<INPUT_END
@@ -1068,6 +1068,6 @@ M 160000 :1 sub
10681068
INPUT_END
10691069

10701070
test_expect_success 'P: fail on blob mark in gitlink' '
1071-
! git-fast-import <input'
1071+
test_must_fail git-fast-import <input'
10721072

10731073
test_done

0 commit comments

Comments
 (0)