Add test for GH_COMMIT handling.
This commit is contained in:
parent
1f28cd8f1b
commit
b8250f62b8
1
tests/portcheck/t15.sample
Normal file
1
tests/portcheck/t15.sample
Normal file
@ -0,0 +1 @@
|
||||
GH_COMMIT should be in full form (40 characters)
|
8
tests/portcheck/t15/Makefile
Normal file
8
tests/portcheck/t15/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2015/04/12 20:42:44 zhuk Exp $
|
||||
|
||||
COMMENT = test 15, GH_COMMIT length
|
||||
DISTNAME = test-15
|
||||
|
||||
GH_COMMIT = 919303f9
|
||||
|
||||
.include <bsd.port.mk>
|
1
tests/portcheck/t15/pkg/DESCR
Normal file
1
tests/portcheck/t15/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Test for GH_COMMIT length handling.
|
2
tests/portcheck/t15/pkg/PLIST
Normal file
2
tests/portcheck/t15/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2015/04/12 20:42:44 zhuk Exp $
|
||||
@bin bin/foobar.test
|
Loading…
Reference in New Issue
Block a user