From 6cbd45af603bc976c8334f839cebefbad2b3a622 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 Jan 2017 15:37:49 +0000 Subject: test suite: Introduce t-expect-fsck-fail No functional change. Signed-off-by: Ian Jackson --- tests/tests/drs-push-rejects | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tests') diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects index 79d02b2..8c4ad83 100755 --- a/tests/tests/drs-push-rejects +++ b/tests/tests/drs-push-rejects @@ -85,7 +85,7 @@ for h in object type tag; do mustfail 'multiple headers '$h' in signed tag object' $push_spec - expect_fsck_fail+=" $badtag" + t-expect-fsck-fail $badtag done done @@ -147,7 +147,7 @@ badcommit=$( perl -pe 's/^committer.*\n//' | \ git hash-object -w -t commit --stdin ) -expect_fsck_fail+=" $badcommit" +t-expect-fsck-fail $badcommit git checkout -b broken $badcommit prep unstable sid mktag -- cgit v1.2.3