Skip to content

Commit f948792

Browse files
chriscoolJunio C Hamano
authored andcommitted
Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".
[jc: also fix 0a5280a that incorrectly changed the title of one test.] Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent b8652b4 commit f948792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test_expect_success 'bisect starts with only one bad' '
4646
git bisect next
4747
'
4848

49-
test_expect_success 'bisect starts with only one good' '
49+
test_expect_success 'bisect does not start with only one good' '
5050
git bisect reset &&
5151
git bisect start &&
5252
git bisect good $HASH1 || return 1

0 commit comments

Comments
 (0)