tests/common-pattern.py
branchstable
changeset 50320 adecb1ab4a0d
parent 49524 45268599f55e
child 50335 c5e93c915ab6
--- 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',