nofollow test: permit ACCES as well as LOOP when opening with nofollow

This commit is contained in:
Pat Hickey
2021-01-25 15:14:56 -08:00
parent 144ca2f535
commit 996d49c81f
4 changed files with 19 additions and 10 deletions

View File

@@ -33,8 +33,10 @@ TODOs:
- on windows, opening `dir/nested/file/` (line 53) with a trailing slash
gets you a NOENT instead of a NOTDIR errno.
* nofollow_errors
- panic in my io::Error translation code: Unhandled kind: Other, caused by
"symlink encountered"
- I loosened up some errno acceptance but still cant delete a symlink to a
directory
* symlink_create
- narrowed down the symlink delete issue that only shows up on linux
* path_rename
- permission denied on windows to rename a dir to an existing empty dir