summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/tests/ld_library_pathfds.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a -Wsecurity warning with clangngie2014-08-041-1/+1
| | | | | | | Phabric: D525 (part of a larger patch) Reviewed by: jmmv Approved by: jmmv (co-mentor)
* Remove hardcoded path to TESTSDIR (Makefile, ld_library_pathfds.c) atngie2014-08-041-10/+11
| | | | | | | | | | | | | build time by using atf_tc_get_config_var(tc, "srcdir")) This will allow end-users to move the binaries to different locations after they've been built without having to rebuild the binaries with the new paths Phabric: D525 (part of a larger patch) Reviewed by: jmmv Approved by: jmmv (co-mentor)
* Test RTLD's new LD_LIBRARY_PATH_FDS variable.jonathan2014-06-201-0/+220
Test LD_LIBRARY_PATH_FDS by linking a binary that requires a shared library that isn't in any of the usual search paths. Ensure this fails when we don't supply LD_LIBRARY_PATH_FDS or we pass invalid information in it. Ensure it works when we pass the correct directory in various places in the variable. Approved by: rwatson (mentor) MFC after: 3 weeks Sponsored by: DARPA/AFRL
OpenPOWER on IntegriCloud