22 Apr
2020
22 Apr
'20
6:18 a.m.
Python's test_tempfile.py unit test fails because it (ultimately) expects CreateFile() to fail with ERROR_PATH_NOT_FOUND when the path contains a directory which doesn't exist, and we fail with ERROR_DIRECTORY instead. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/kernel32/tests/file.c | 9 +++++++++ dlls/kernelbase/file.c | 2 ++ 2 files changed, 11 insertions(+)