DORMANTno replies

[PATCH] git-p4: missing she-bang line in t9804 confuses prove

From: Zbigniew Jędrzejewski-Szmek <hidden>
Date: 2016-06-15 22:53:09
Subsystem: the rest · Maintainer: Linus Torvalds

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 <redacted>
---
 t/t9804-git-p4-label.sh |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/t/t9804-git-p4-label.sh b/t/t9804-git-p4-label.sh
index 80d01ea..a9e04ef 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
-- 
1.7.9.2.396.ga883d.dirty
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help