summaryrefslogtreecommitdiff
path: root/t/t1509
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2013-02-24 22:48:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-25 05:30:10 (GMT)
commitb978403aed7f2df46bc4c8a63314959d8982e0ac (patch)
treefab454dbdd4fb8734309938f65e33435f3ec2b78 /t/t1509
parent0b670abd974f50f3bf675d30c093cb7309151ac0 (diff)
downloadgit-b978403aed7f2df46bc4c8a63314959d8982e0ac.zip
git-b978403aed7f2df46bc4c8a63314959d8982e0ac.tar.gz
git-b978403aed7f2df46bc4c8a63314959d8982e0ac.tar.bz2
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 c5334a8..6269117 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"