mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
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:
parent
59866d11b5
commit
522da0b0ad
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue