]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 17 Apr 2007 04:51:48 +0000 (06:51 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 17 Apr 2007 05:07:12 +0000 (22:07 -0700)
[jc: also fix 0a5280a9 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>
t/t6030-bisect-porcelain.sh [moved from t/t6030-bisect-run.sh with 97% similarity]

similarity index 97%
rename from t/t6030-bisect-run.sh
rename to t/t6030-bisect-porcelain.sh
index de3123522aba7d4a371cc30d8fbbd74f4d063d19..13e937923658868c16fee6aefc52c8f180cafdfb 100755 (executable)
@@ -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