author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | |
Mon, 27 Feb 2012 17:40:14 +0000 (18:40 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 27 Feb 2012 20:24:09 +0000 (12:24 -0800) | ||
commit | ff3d656b7ce98bf5c408a1432f88bd6b8ead2d8c | |
tree | 57d3aa395937ecd0b832eba1769007d0299bcffe | tree | snapshot |
parent | d29d787cd6c0e70891596c61533c1f811425d2d6 | commit | diff |
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>
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>
t/t9804-git-p4-label.sh | diff | blob | history |