* [PATCH] Start all test scripts with /bin/sh.
@ 2007-01-16 1:31 Jason Riedy
2007-01-16 2:57 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Jason Riedy @ 2007-01-16 1:31 UTC (permalink / raw)
To: git
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>
---
t/t9102-git-svn-deep-rmdir.sh | 1 +
t/t9103-git-svn-graft-branches.sh | 1 +
t/t9200-git-cvsexportcommit.sh | 2 +-
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
#
--
1.5.0.rc1.gf4b6c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Start all test scripts with /bin/sh.
2007-01-16 1:31 [PATCH] Start all test scripts with /bin/sh Jason Riedy
@ 2007-01-16 2:57 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-01-16 2:57 UTC (permalink / raw)
To: Jason Riedy; +Cc: git
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-16 2:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-16 1:31 [PATCH] Start all test scripts with /bin/sh Jason Riedy
2007-01-16 2:57 ` Junio C Hamano
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.