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