Code

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 572aaedc06986505ff7b16b5553632051dfa2c58..4e0808380fea78061e37bc4308f0d7ffeb1cbf5f 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/sh
 test_description='git-svn rmdir'
 . ./lib-git-svn.sh
 
index b5f76770213a99f22a66441aebdc94fcd85070a7..4e55778a47e8423383562a6b45288ff62649318a 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/sh
 test_description='git-svn graft-branches'
 . ./lib-git-svn.sh
 
index 315119abff31bfe7cdb85e0d7f2d29f5cf89a8b5..fd0a5549fe31510ae33fc86d2aa79051f1b1f6da 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Copyright (c) Robin Rosenberg
 #