t9112: add missing #!/bin/sh header

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff King 2008-03-12 17:42:15 -04:00 committed by Junio C Hamano
parent 4bf9f27dfb
commit 32aedd5496

View file

@ -1,3 +1,5 @@
#!/bin/sh
test_description='test that git handles an svn repository with missing md5sums'
. ./lib-git-svn.sh