about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-05-15T08·17+0200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-05-15T08·23+0200
commit75a1d9849d7355c227ce76be17809a71852956b3 (patch)
tree57f35b24c533fcd3280a4399a068c9fac5f77b71 /tests
parent510bc1735b3507b0f434303fdec5e824c879c838 (diff)
nar-accessor: use tree, fixes readDirectory missing children
Previously, if a directory `foo` existed and a file `foo-` (where `-` is any character that is sorted before `/`), then  `readDirectory` would return an empty list.

To fix this, we now use a tree where we can just access the children of the node, and do not need to rely on sorting behavior to list the contents of a directory.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions