Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/t1509
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2013-02-25 02:48:39 +0400
committerJunio C Hamano <gitster@pobox.com>2013-02-25 09:30:10 +0400
commitb978403aed7f2df46bc4c8a63314959d8982e0ac (patch)
treefab454dbdd4fb8734309938f65e33435f3ec2b78 /t/t1509
parent0b670abd974f50f3bf675d30c093cb7309151ac0 (diff)
tests: use a lowercase "usage:" string
Adjust test commands and test suites so that their usage strings are consistent with Git. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1509')
-rwxr-xr-xt/t1509/prepare-chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1509/prepare-chroot.sh b/t/t1509/prepare-chroot.sh
index c5334a8fa4..62691172e3 100755
--- a/t/t1509/prepare-chroot.sh
+++ b/t/t1509/prepare-chroot.sh
@@ -14,7 +14,7 @@ xmkdir() {
R="$1"
-[ -n "$R" ] || die "Usage: prepare-chroot.sh <root>"
+[ -n "$R" ] || die "usage: prepare-chroot.sh <root>"
[ -x git ] || die "This script needs to be executed at git source code's top directory"
[ -x /bin/busybox ] || die "You need busybox"