Remove unnecessary .PATH directive

All of the sources for the tests are contained in the
current working directory and the subdirectories

Phabric: D537
Reviewed by: jmmv
Approved by: jmmv (mentor)
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-08-05 18:05:31 +00:00
parent 59866d11b5
commit 522da0b0ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269599

View File

@ -5,8 +5,6 @@
TESTSDIR= ${TESTSBASE}/libexec/rtld-elf
SUBDIR+= libpythagoras target
.PATH: ${.CURDIR:H:H:H:H}/tests
ATF_TESTS_C= ld_library_pathfds
.include <bsd.test.mk>