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 bfd173c commit 2674e19Copy full SHA for 2674e19
tests/fs.md
@@ -95,10 +95,6 @@ let try_symlink ~link_to path =
95
| s -> traceln "symlink %a -> %S" Path.pp path link_to
96
| exception ex -> traceln "@[<h>%a@]" Eio.Exn.pp ex
97
98
-let try_chmod ~perm path =
99
- match Eio.Path.chmod ~perm path with
100
- | () -> Eio.traceln "Permissions changed to %o for %a" perm Eio.Path.pp path
101
- | exception ex -> Eio.traceln "Failed to change permissions: %a" Eio.Exn.pp ex
102
```
103
104
# Basic test cases
0 commit comments