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>
maint
Miklos Vajna 2008-07-11 02:12:04 +02:00 committed by Junio C Hamano
parent b613827318
commit b9c76ddd27
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh

test_description=git-hash-object
test_description="git-hash-object"

. ./test-lib.sh