diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-19 12:33:37 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-19 12:33:37 +0000 |
commit | 3ef74e28f4ce6bcd4d840512410d675b0d98bc80 (patch) | |
tree | a643f3ae069ab9c4c0a530c769a3e4ca1204184a /regress/usr.sbin | |
parent | d5d9768b71c412999ce001c081eee54933dd7e29 (diff) |
Adjust file glob so that CVS is not picked up anymore.
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/rpki-client/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/usr.sbin/rpki-client/Makefile b/regress/usr.sbin/rpki-client/Makefile index d1ecb3ab955..00d30037840 100644 --- a/regress/usr.sbin/rpki-client/Makefile +++ b/regress/usr.sbin/rpki-client/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/06/19 07:14:16 claudio Exp $ +# $OpenBSD: Makefile,v 1.3 2019/06/19 12:33:36 claudio Exp $ .PATH: ${.CURDIR}/../../../usr.sbin/rpki-client @@ -29,16 +29,16 @@ run-regress-test-ip: test-ip SRCS_test-cert= test-cert.c cert.c x509.c ip.c as.c rsync.c io.c log.c run-regress-test-cert: test-cert - ./test-cert -v ${.CURDIR}/cer/* - ./test-cert -vt ${.CURDIR}/ta/* + ./test-cert -v ${.CURDIR}/cer/*.cer + ./test-cert -vt ${.CURDIR}/ta/*.cer SRCS_test-mft= test-mft.c mft.c cms.c x509.c io.c log.c run-regress-test-mft: test-mft - ./test-mft -v ${.CURDIR}/mft/* + ./test-mft -v ${.CURDIR}/mft/*.mft SRCS_test-roa= test-roa.c roa.c cms.c x509.c ip.c as.c io.c log.c run-regress-test-roa: test-roa - ./test-roa -v ${.CURDIR}/roa/* + ./test-roa -v ${.CURDIR}/roa/*.roa SRCS_test-tal= test-tal.c tal.c rsync.c io.c log.c run-regress-test-tal: test-tal |