vfs: Fix lookup for paths ending with slash
For example, assuming the following file exists:
/tmp/dir/x
..the following was sondiered absent:
/tmp/dir/
..this was considered present:
/tmp/dir
Signed-off-by:
Tomasz Grabiec <tgrabiec@cloudius-systems.com>
Showing
tests/tst-fs.hh
0 → 100644
Please register or sign in to comment