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 e276ebb commit 27c2447Copy full SHA for 27c2447
tests/fs.md
@@ -95,10 +95,10 @@ 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 =
+(* let try_chmod ~perm path =
99
match Eio.Path.chmod ~perm path with
100
| () -> Eio.traceln "chmod %o -> %a" perm Eio.Path.pp path
101
- | exception ex -> Eio.traceln "@[<h>%a@]" Eio.Exn.pp ex
+ | exception ex -> Eio.traceln "@[<h>%a@]" Eio.Exn.pp ex *)
102
```
103
104
# Basic test cases
0 commit comments