Skip to content

Commit 2674e19

Browse files
Update fs.md
Co-Authored-By: Patrick Ferris <[email protected]>
1 parent bfd173c commit 2674e19

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/fs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ 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 =
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
10298
```
10399

104100
# Basic test cases

0 commit comments

Comments
 (0)