Skip to content

Commit

Permalink
Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Christian Couder authored and Junio C Hamano committed Apr 17, 2007
1 parent b8652b4 commit f948792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t6030-bisect-run.sh → t/t6030-bisect-porcelain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test_expect_success 'bisect starts with only one bad' '
git bisect next
'

test_expect_success 'bisect starts with only one good' '
test_expect_success 'bisect does not start with only one good' '
git bisect reset &&
git bisect start &&
git bisect good $HASH1 || return 1
Expand Down

0 comments on commit f948792

Please sign in to comment.