From: Miklos Vajna Date: Fri, 11 Jul 2008 00:12:04 +0000 (+0200) Subject: t1007-hash-object.sh: use quotes for the test description X-Git-Tag: v1.6.0-rc0~36^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b9c76ddd27c035f9f562f6fa5edaea71e3d642db;p=git.git t1007-hash-object.sh: use quotes for the test description Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- diff --git a/t/t1007-hash-object.sh b/t/t1007-hash-object.sh index 05262954a..1ec053513 100755 --- a/t/t1007-hash-object.sh +++ b/t/t1007-hash-object.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description=git-hash-object +test_description="git-hash-object" . ./test-lib.sh