From b978403aed7f2df46bc4c8a63314959d8982e0ac Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 24 Feb 2013 14:48:39 -0800 Subject: 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 Signed-off-by: Junio C Hamano --- t/t1509/prepare-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t1509') 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 " +[ -n "$R" ] || die "usage: prepare-chroot.sh " [ -x git ] || die "This script needs to be executed at git source code's top directory" [ -x /bin/busybox ] || die "You need busybox" -- cgit v1.2.3