Disconnect libpathconv tests since they require external perl and do not work with kyua.

This reverts r325192 and is due to libpathconv being connected in r325186.

Reported by:	ngie
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-10-31 19:52:30 +00:00
parent 99980563da
commit 939d033cab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325247
4 changed files with 3 additions and 4 deletions

View File

@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
# 20171031: Disconnected libpathconv tests
OLD_DIRS+=usr/tests/lib/libpathconv
# 20171017: Removal of mbpool(9)
OLD_FILES+=usr/include/sys/mbpool.h
OLD_FILES+=usr/share/man/man9/mbpool.9.gz

View File

@ -358,8 +358,6 @@
dlopen
..
..
libpathconv
..
libutil
..
libxo

View File

@ -14,6 +14,6 @@ SRCS= abs2rel.c rel2abs.c
#SYMBOL_MAPS= ${.CURDIR}/Symbol.map
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
#SUBDIR.${MK_TESTS}+= tests
.include <bsd.lib.mk>

View File

@ -170,7 +170,6 @@ DIRDEPS= \
lib/libkvm/tests \
lib/libmp/tests \
lib/libnv/tests \
lib/libpathconv/tests \
lib/libproc/tests \
lib/librt/tests \
lib/libsbuf/tests \