Browse Source

t9300: replace '!' with test_must_fail

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Miklos Vajna 17 years ago committed by Junio C Hamano
parent
commit
20a55f4b2e
  1. 4
      t/t9300-fast-import.sh

4
t/t9300-fast-import.sh

@ -1045,7 +1045,7 @@ DATA @@ -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 @@ -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…
Cancel
Save