Skip to content

Commit 27c2447

Browse files
Update fs.md
Co-Authored-By: Patrick Ferris <[email protected]>
1 parent e276ebb commit 27c2447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ let try_symlink ~link_to path =
9595
| s -> traceln "symlink %a -> %S" Path.pp path link_to
9696
| exception ex -> traceln "@[<h>%a@]" Eio.Exn.pp ex
9797
98-
let try_chmod ~perm path =
98+
(* let try_chmod ~perm path =
9999
match Eio.Path.chmod ~perm path with
100100
| () -> Eio.traceln "chmod %o -> %a" perm Eio.Path.pp path
101-
| exception ex -> Eio.traceln "@[<h>%a@]" Eio.Exn.pp ex
101+
| exception ex -> Eio.traceln "@[<h>%a@]" Eio.Exn.pp ex *)
102102
```
103103

104104
# Basic test cases

0 commit comments

Comments
 (0)