summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2007-04-17 04:51:48 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-17 05:07:12 (GMT)
commitf948792990f82a35bf0c98510e7511ef8acb9cd3 (patch)
tree136d8647c122fd52b85e6ae82d579753764585cd /t
parentb8652b4de0e9b386f9a93fbfb1dac06df230cd0a (diff)
downloadgit-f948792990f82a35bf0c98510e7511ef8acb9cd3.zip
git-f948792990f82a35bf0c98510e7511ef8acb9cd3.tar.gz
git-f948792990f82a35bf0c98510e7511ef8acb9cd3.tar.bz2
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 <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't')
-rwxr-xr-xt/t6030-bisect-porcelain.sh (renamed from t/t6030-bisect-run.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6030-bisect-run.sh b/t/t6030-bisect-porcelain.sh
index de31235..13e9379 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