From: Zbigniew Jędrzejewski-Szmek Date: Mon, 27 Feb 2012 17:40:14 +0000 (+0100) Subject: git-p4: missing she-bang line in t9804 confuses prove X-Git-Tag: v1.7.10-rc0~37 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ff3d656b7ce98bf5c408a1432f88bd6b8ead2d8c;p=git.git git-p4: missing she-bang line in t9804 confuses prove Without the magic line, prove shows lots and lots of errors: % prove ./t9804-git-p4-label.sh ./t9804-git-p4-label.sh .. syntax error at ./t9804-git-p4-label.sh line 3, near ". ." ... When #!/bin/sh is added, tests are skipped (I have no p4d). Signed-off-by: Zbigniew Jędrzejewski-Szmek Signed-off-by: Junio C Hamano --- diff --git a/t/t9804-git-p4-label.sh b/t/t9804-git-p4-label.sh index 80d01ea43..a9e04efb8 100755 --- a/t/t9804-git-p4-label.sh +++ b/t/t9804-git-p4-label.sh @@ -1,3 +1,5 @@ +#!/bin/sh + test_description='git-p4 p4 label tests' . ./lib-git-p4.sh