diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 4 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index e8ce58c39f11..546ec2f62083 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules \ --with-rmt=/etc/rmt +TEST_TARGET= check INFO= cpio @@ -28,7 +29,4 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include <bsd.port.mk> diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 738769f74d17..08b3445b8372 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -27,6 +27,10 @@ CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \ # supply result to skip a test that will abort configure if run as root CONFIGURE_ENV+= gl_cv_func_mknod_works=yes +# Tests 161 163 are known to fail because path resolution of ".." +# in a removed directory fails. +#TEST_TARGET= check + OPTIONS_DEFINE= NLS STATIC OPTIONS_SUB= yes @@ -39,10 +43,4 @@ STATIC_CONFIGURE_ENV= SHLIBEXT="" STATIC_VARS= STATIC_ARGS=build STATIC_VARS_OFF= STATIC_ARGS=lib -# Tests 161 163 are known to fail because path resolution of ".." -# in a removed directory fails. - -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include <bsd.port.mk> |