aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-07-11 02:12:04 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-11 21:13:16 -0700
commitb9c76ddd27c035f9f562f6fa5edaea71e3d642db (patch)
treeae8ea1a31b7f4335e8258ef2832956b4ddc1780e /t
parentb6138273188e300dee4d309d2342384ca9eeb186 (diff)
downloadgit-b9c76ddd27c035f9f562f6fa5edaea71e3d642db.tar.gz
git-b9c76ddd27c035f9f562f6fa5edaea71e3d642db.tar.xz
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t1007-hash-object.sh2
1 files changed, 1 insertions, 1 deletions
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