Bug 191345

Summary: BSD.tests.dist pathing incorrect for /usr/tests/libexec/rtld-elf after r267679
Product: Base System Reporter: Enji Cooper <ngie>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: jonathan, markj
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Enji Cooper freebsd_committer freebsd_triage 2014-06-24 18:32:35 UTC
r267679 modified BSD.tests.dist to add /usr/tests/libexec/rtld-elf , but unfortunately the mtree is missing '..' right before the path, so it creates the path in the wrong spot:

# (cd /usr/src; make hier)
# find /usr/tests/libexec/ -name rtld-elf
/usr/tests/libexec/atf/rtld-elf
#

A patch for this is coming soon.
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2014-06-24 21:46:12 UTC
Mark fixed this in r267842. Closing.