Start all test scripts with /bin/sh.

My bash refused to run the two scripts missing a #!, and it's
better to use the same line for all the scripts.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Jason Riedy 2007-01-15 17:31:49 -08:00 committed by Junio C Hamano
parent a74b1706c8
commit 5ab9cc86ae
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
test_description='git-svn rmdir'
. ./lib-git-svn.sh

View file

@ -1,3 +1,4 @@
#!/bin/sh
test_description='git-svn graft-branches'
. ./lib-git-svn.sh

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Copyright (c) Robin Rosenberg
#