Skip to content

Commit 0393837

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/fs.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -837,9 +837,6 @@ Unconfined:
837837
try_stat (cwd / "..");
838838
try_stat (cwd / "stat_subdir2/..");
839839
840-
try_chmod cwd ~follow:true ~perm:0o755;
841-
try_stat cwd;
842-
843840
Path.symlink ~link_to:".." (cwd / "parent-symlink");
844841
try_stat (cwd / "parent-symlink");
845842
try_stat (cwd / "missing1" / "missing2");

0 commit comments

Comments
 (0)