We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d480244 commit 4b43eb4Copy full SHA for 4b43eb4
src/sys/stm_tests.ml
@@ -278,6 +278,7 @@ struct
278
| Error (Sys_error s) ->
279
(s = (p complete_path) ^ ": No such file or directory" && not (mem_model fs complete_path)) ||
280
(s = (p complete_path) ^ ": Is a directory" && path_is_a_dir fs complete_path) ||
281
+ (s = (p complete_path) ^ ": Operation not permitted" && path_is_a_dir fs complete_path) ||
282
(s = (p complete_path) ^ ": Not a directory" && not (path_is_a_dir fs path))
283
| Error _ -> false
284
)
0 commit comments