diff -r 862969b6c359 -r adecb1ab4a0d tests/common-pattern.py --- a/tests/common-pattern.py Tue Mar 07 03:42:40 2023 +0100 +++ b/tests/common-pattern.py Fri Mar 10 18:20:19 2023 +0000 @@ -136,6 +136,11 @@ # FormatMessage(ERROR_FILE_NOT_FOUND) br'The system cannot find the file specified', ), + br'$EACCES$': ( + br'Permission denied \(os error 13\)', + # strerror + br'Permission denied', + ), br'$ENOTDIR$': ( # strerror() br'Not a directory',