diff options
author | Jason Riedy <ejr@EECS.Berkeley.EDU> | 2007-01-16 02:31:49 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-16 03:57:48 +0100 |
commit | 5ab9cc86ae7a3410d34d3d251877057103945513 (patch) | |
tree | 4a47d48e0d87bb707e66d9d14d4ab8f079fef6be /t/t9102-git-svn-deep-rmdir.sh | |
parent | git-pull: disallow implicit merging to detached HEAD (diff) | |
download | git-5ab9cc86ae7a3410d34d3d251877057103945513.tar.xz git-5ab9cc86ae7a3410d34d3d251877057103945513.zip |
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/t9102-git-svn-deep-rmdir.sh')
-rwxr-xr-x | t/t9102-git-svn-deep-rmdir.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9102-git-svn-deep-rmdir.sh b/t/t9102-git-svn-deep-rmdir.sh index 572aaedc06..4e0808380f 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 |