summaryrefslogtreecommitdiff
path: root/t/t7201-co.sh
diff options
context:
space:
mode:
authorNanako Shiraishi <nanako3@lavabit.com>2008-09-03 08:59:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-03 21:51:48 (GMT)
commit47a528ad24185133867ebb5bb7692db2cb8bef39 (patch)
tree9b46d4c6af949929f7ba2fe9f863b8304d0994fb /t/t7201-co.sh
parentd592b3157f70c9dac6288b28c46a64826c0abd18 (diff)
downloadgit-47a528ad24185133867ebb5bb7692db2cb8bef39.zip
git-47a528ad24185133867ebb5bb7692db2cb8bef39.tar.gz
git-47a528ad24185133867ebb5bb7692db2cb8bef39.tar.bz2
tests: use "git xyzzy" form (t7200 - t9001)
Converts tests between t7201-t9001. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7201-co.sh')
-rwxr-xr-xt/t7201-co.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7201-co.sh b/t/t7201-co.sh
index 9ad5d63..2e2b3bf 100755
--- a/t/t7201-co.sh
+++ b/t/t7201-co.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2006 Junio C Hamano
#
-test_description='git-checkout tests.
+test_description='git checkout tests.
Creates master, forks renamer and side branches from it.
Test switching across them.