spack/lib/spack/spack/test/data/directory_search/README.txt
Massimiliano Culpo f8b3eff01c filesystem.py: fixed bug introduced in #3367 (scrambled order in output) (#4156)
PR #3367 inadvertently changed the semantics of _find_recursive and
_find_non_recursive so that the returned list are not ordered as the
input search list. This commit restores the original semantic, and adds
tests to verify it.
2017-05-11 10:29:08 -07:00

1 line
98 B
Plaintext

This directory tree is made up to test that search functions wil return a stable ordered sequence.