From b9c76ddd27c035f9f562f6fa5edaea71e3d642db Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 11 Jul 2008 02:12:04 +0200 Subject: [PATCH] t1007-hash-object.sh: use quotes for the test description Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- t/t1007-hash-object.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1007-hash-object.sh b/t/t1007-hash-object.sh index 05262954ab..1ec0535138 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 -- 2.11.4.GIT