Skip to content

Commit f477b32

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/fs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,9 @@ 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+
840843
Path.symlink ~link_to:".." (cwd / "parent-symlink");
841844
try_stat (cwd / "parent-symlink");
842845
try_stat (cwd / "missing1" / "missing2");

0 commit comments

Comments
 (0)