Skip to content

Commit

Permalink
Start all test scripts with /bin/sh.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Riedy authored and Junio C Hamano committed Jan 16, 2007
1 parent a74b170 commit 5ab9cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions t/t9102-git-svn-deep-rmdir.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
test_description='git-svn rmdir'
. ./lib-git-svn.sh

Expand Down
1 change: 1 addition & 0 deletions t/t9103-git-svn-graft-branches.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
test_description='git-svn graft-branches'
. ./lib-git-svn.sh

Expand Down
2 changes: 1 addition & 1 deletion t/t9200-git-cvsexportcommit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Copyright (c) Robin Rosenberg
#
Expand Down

0 comments on commit 5ab9cc8

Please sign in to comment.