diff options
author | jonathan <jonathan@FreeBSD.org> | 2014-06-20 17:14:59 +0000 |
---|---|---|
committer | jonathan <jonathan@FreeBSD.org> | 2014-06-20 17:14:59 +0000 |
commit | 67c7333f6441bd61161019503af39cc3d61539b9 (patch) | |
tree | 08a9d7a51acb910a6fb5b937ac507889dd179957 /etc/mtree | |
parent | ab3c0264998c57f6cb943e584be2ac021694102f (diff) | |
download | FreeBSD-src-67c7333f6441bd61161019503af39cc3d61539b9.zip FreeBSD-src-67c7333f6441bd61161019503af39cc3d61539b9.tar.gz |
Test RTLD's new LD_LIBRARY_PATH_FDS variable.
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
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/BSD.tests.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index 6425f5c..87fc750 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -90,6 +90,7 @@ .. atf-sh .. + rtld-elf .. .. sbin |