You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The POSIX O_DIRECTORY open flag causes open() to mandate that the opened file is a directory. If the file is not a directory, it should fail with ENOTDIR. pyfakefs does not generate such an error, and later attempts to use the resulting fileno as a directory will raise errors.
Describe the bug
The POSIX
O_DIRECTORY
open flag causesopen()
to mandate that the opened file is a directory. If the file is not a directory, it should fail withENOTDIR
.pyfakefs
does not generate such an error, and later attempts to use the resulting fileno as a directory will raise errors.How To Reproduce
Your environment
Please run the following in the environment where the problem happened and
paste the output.
The text was updated successfully, but these errors were encountered: