changeset 50399 | c5e93c915ab6 |
parent 50378 | 2cf264e9aa75 |
parent 50292 | adecb1ab4a0d |
child 50425 | 59fda8516774 |
--- a/tests/common-pattern.py Thu Mar 09 13:02:13 2023 -0600 +++ b/tests/common-pattern.py Mon Mar 20 23:16:14 2023 +0100 @@ -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',