diff options
author | David Aguilar <davvid@gmail.com> | 2013-02-24 14:48:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-24 21:30:10 -0800 |
commit | b978403aed7f2df46bc4c8a63314959d8982e0ac (patch) | |
tree | fab454dbdd4fb8734309938f65e33435f3ec2b78 /t/t1509 | |
parent | 0b670abd974f50f3bf675d30c093cb7309151ac0 (diff) | |
download | git-b978403aed7f2df46bc4c8a63314959d8982e0ac.tar.gz git-b978403aed7f2df46bc4c8a63314959d8982e0ac.tar.xz |
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-x | t/t1509/prepare-chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1509/prepare-chroot.sh b/t/t1509/prepare-chroot.sh index c5334a8fa..62691172e 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" |