Start all test scripts with /bin/sh.
authorJason Riedy <ejr@EECS.Berkeley.EDU>
Tue, 16 Jan 2007 01:31:49 +0000 (17:31 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 Jan 2007 02:57:48 +0000 (18:57 -0800)
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>
t/t9102-git-svn-deep-rmdir.sh
t/t9103-git-svn-graft-branches.sh
t/t9200-git-cvsexportcommit.sh

index 572aaed..4e08083 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/sh
 test_description='git-svn rmdir'
 . ./lib-git-svn.sh
 
index b5f7677..4e55778 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/sh
 test_description='git-svn graft-branches'
 . ./lib-git-svn.sh
 
index 315119a..fd0a554 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Copyright (c) Robin Rosenberg
 #