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 <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2012-02-27 18:40:14 +01:00 committed by Junio C Hamano
parent d29d787cd6
commit ff3d656b7c

View file

@ -1,3 +1,5 @@
#!/bin/sh
test_description='git-p4 p4 label tests'
. ./lib-git-p4.sh