Skip to content

Commit 7fb0485

Browse files
Update fs.md
Co-Authored-By: Patrick Ferris <[email protected]>
1 parent e6c0861 commit 7fb0485

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@ Unconfined:
830830
try_mkdir (cwd / "stat_subdir2");
831831
Path.symlink ~link_to:"stat_subdir2" (cwd / "symlink");
832832
Path.symlink ~link_to:"missing" (cwd / "broken-symlink");
833-
try_chmod (cwd / "stat_subdir2") ~follow:true ~perm:0o755;
834833
try_stat (cwd / "stat_subdir2");
835834
try_stat (cwd / "symlink");
836835
try_stat (cwd / "broken-symlink");

0 commit comments

Comments
 (0)