1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-26 01:10:12 -04:00

1 Commits

Author SHA1 Message Date
Ivan Grokhotkov
2ccfe3da96 vfs: fix opendir of a filesystem root directory
Previously opendir("/data") would fail if filesystem with "data" prefix
was registered in VFS, while opendir("/data/") would succeed.
This change fixes handling for the former case and adds relevant tests.
2017-06-21 01:21:14 +08:00