summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-15 05:05:32 +0000
committerngie <ngie@FreeBSD.org>2014-11-15 05:05:32 +0000
commit20a08c7aa6060128395fef845ebf54389be078df (patch)
tree7cc200c956fcff25e006ff3782190dd3898f23a5 /tests
parent0933b11ea6c188f95cac6ebeff0b94e8cabacf03 (diff)
downloadFreeBSD-src-20a08c7aa6060128395fef845ebf54389be078df.zip
FreeBSD-src-20a08c7aa6060128395fef845ebf54389be078df.tar.gz
MFC r274021:
Remove explicit KYUAFILE=yes from tests/sys/Makefile This causes the directory traversing Kyuafile to be installed, which in turn causes tests/sys/pjdfstest to always be run from /usr/tests/sys Let KYUAFILE default to auto, so the file generated by suite.test.mk gets installed instead
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index 88b558e..498ca04 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -2,12 +2,8 @@
.include <bsd.own.mk>
-.PATH: ${.CURDIR}/..
-
TESTS_SUBDIRS+= kern
TESTS_SUBDIRS+= netinet
TESTSDIR= ${TESTSBASE}/sys
-KYUAFILE= yes
-
.include <bsd.test.mk>
OpenPOWER on IntegriCloud