Skip to content

Commit ff3d656

Browse files
keszybzgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d29d787 commit ff3d656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t9804-git-p4-label.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
test_description='git-p4 p4 label tests'
24

35
. ./lib-git-p4.sh

0 commit comments

Comments
 (0)