Skip to content

Commit 46d8bf3

Browse files
committed
Merge branch 'jc/index-pack-fsck-levels'
Test fix. * jc/index-pack-fsck-levels: t5300: fix test_with_bad_commit()
2 parents d921c36 + ad538c6 commit 46d8bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5300-pack-object.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ test_with_bad_commit () {
465465
must_pass_arg="$2" &&
466466
(
467467
cd strict &&
468-
test_expect_fail git index-pack "$must_fail_arg" "test-$(cat pack-name).pack"
468+
test_must_fail git index-pack "$must_fail_arg" "test-$(cat pack-name).pack" &&
469469
git index-pack "$must_pass_arg" "test-$(cat pack-name).pack"
470470
)
471471
}

0 commit comments

Comments
 (0)