From: Miklos Vajna <vmiklos@frugalware.org>
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.lorimer.id.au/gitweb.git/diff_plain/b9c76ddd27c035f9f562f6fa5edaea71e3d642db

t1007-hash-object.sh: use quotes for the test description

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---

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