Browse Source

t9112: add missing #!/bin/sh header

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jeff King 17 years ago committed by Junio C Hamano
parent
commit
32aedd5496
  1. 2
      t/t9112-git-svn-md5less-file.sh

2
t/t9112-git-svn-md5less-file.sh

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
#!/bin/sh

test_description='test that git handles an svn repository with missing md5sums'

. ./lib-git-svn.sh

Loading…
Cancel
Save