From f948792990f82a35bf0c98510e7511ef8acb9cd3 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Tue, 17 Apr 2007 06:51:48 +0200 Subject: [PATCH] Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh". [jc: also fix 0a5280a9 that incorrectly changed the title of one test.] Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- t/{t6030-bisect-run.sh => t6030-bisect-porcelain.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename t/{t6030-bisect-run.sh => t6030-bisect-porcelain.sh} (97%) diff --git a/t/t6030-bisect-run.sh b/t/t6030-bisect-porcelain.sh similarity index 97% rename from t/t6030-bisect-run.sh rename to t/t6030-bisect-porcelain.sh index de3123522a..13e9379236 100755 --- a/t/t6030-bisect-run.sh +++ b/t/t6030-bisect-porcelain.sh @@ -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 -- 2.11.4.GIT