summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJason Riedy <ejr@EECS.Berkeley.EDU>2007-01-16 01:31:49 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-16 02:57:48 (GMT)
commit5ab9cc86ae7a3410d34d3d251877057103945513 (patch)
tree4a47d48e0d87bb707e66d9d14d4ab8f079fef6be /t
parenta74b1706c89c5e966c64316575e0b33dd21b8128 (diff)
downloadgit-5ab9cc86ae7a3410d34d3d251877057103945513.zip
git-5ab9cc86ae7a3410d34d3d251877057103945513.tar.gz
git-5ab9cc86ae7a3410d34d3d251877057103945513.tar.bz2
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t9102-git-svn-deep-rmdir.sh1
-rwxr-xr-xt/t9103-git-svn-graft-branches.sh1
-rwxr-xr-xt/t9200-git-cvsexportcommit.sh2
3 files changed, 3 insertions, 1 deletions
diff --git a/t/t9102-git-svn-deep-rmdir.sh b/t/t9102-git-svn-deep-rmdir.sh
index 572aaed..4e08083 100755
--- a/t/t9102-git-svn-deep-rmdir.sh
+++ b/t/t9102-git-svn-deep-rmdir.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
test_description='git-svn rmdir'
. ./lib-git-svn.sh
diff --git a/t/t9103-git-svn-graft-branches.sh b/t/t9103-git-svn-graft-branches.sh
index b5f7677..4e55778 100755
--- a/t/t9103-git-svn-graft-branches.sh
+++ b/t/t9103-git-svn-graft-branches.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
test_description='git-svn graft-branches'
. ./lib-git-svn.sh
diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh
index 315119a..fd0a554 100755
--- a/t/t9200-git-cvsexportcommit.sh
+++ b/t/t9200-git-cvsexportcommit.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Copyright (c) Robin Rosenberg
#