summaryrefslogtreecommitdiff
path: root/t/t9112-git-svn-md5less-file.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2008-03-12 21:42:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-03-13 07:57:53 (GMT)
commit32aedd5496f53c08bcef5f7709f6bfece4f40978 (patch)
tree44f173a9ebd3bc43a9c2f2502c40ca530bf17419 /t/t9112-git-svn-md5less-file.sh
parent4bf9f27dfb4ed6fd67a9bfc6f80e10b8c6980c85 (diff)
downloadgit-32aedd5496f53c08bcef5f7709f6bfece4f40978.zip
git-32aedd5496f53c08bcef5f7709f6bfece4f40978.tar.gz
git-32aedd5496f53c08bcef5f7709f6bfece4f40978.tar.bz2
t9112: add missing #!/bin/sh header
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9112-git-svn-md5less-file.sh')
-rwxr-xr-xt/t9112-git-svn-md5less-file.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9112-git-svn-md5less-file.sh b/t/t9112-git-svn-md5less-file.sh
index 08313bb..646a5f0 100755
--- a/t/t9112-git-svn-md5less-file.sh
+++ b/t/t9112-git-svn-md5less-file.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
test_description='test that git handles an svn repository with missing md5sums'
. ./lib-git-svn.sh