Skip to content

Commit e6c0861

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ 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;
833834
try_stat (cwd / "stat_subdir2");
834835
try_stat (cwd / "symlink");
835836
try_stat (cwd / "broken-symlink");

0 commit comments

Comments
 (0)