We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d921c36 + ad538c6 commit 46d8bf3Copy full SHA for 46d8bf3
t/t5300-pack-object.sh
@@ -465,7 +465,7 @@ test_with_bad_commit () {
465
must_pass_arg="$2" &&
466
(
467
cd strict &&
468
- test_expect_fail git index-pack "$must_fail_arg" "test-$(cat pack-name).pack"
+ test_must_fail git index-pack "$must_fail_arg" "test-$(cat pack-name).pack" &&
469
git index-pack "$must_pass_arg" "test-$(cat pack-name).pack"
470
)
471
}
0 commit comments