Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-07-11 04:12:04 +0400
committerJunio C Hamano <gitster@pobox.com>2008-07-12 08:13:16 +0400
commitb9c76ddd27c035f9f562f6fa5edaea71e3d642db (patch)
treeae8ea1a31b7f4335e8258ef2832956b4ddc1780e /t/t1007-hash-object.sh
parentb6138273188e300dee4d309d2342384ca9eeb186 (diff)
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/t1007-hash-object.sh')
-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 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