Skip to content

Commit 6457836

Browse files
committed
chmod: Remove misleading comments
1 parent 78b09f4 commit 6457836

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/by-util/test_chmod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ fn test_chmod_no_dereference_symlink() {
822822
set_permissions(at.plus(target), Permissions::from_mode(0o664)).unwrap();
823823
at.symlink_file(target, symlink);
824824

825-
// Use --no-dereference: should modify the symlink itself
826825
scene
827826
.ucmd()
828827
.arg("--no-dereference")
@@ -894,7 +893,6 @@ fn test_chmod_symlink_to_dangling_recursive() {
894893

895894
at.symlink_file(dangling_target, symlink);
896895

897-
// Use --no-dereference: should succeed and modify the symlink itself
898896
scene
899897
.ucmd()
900898
.arg("755")

0 commit comments

Comments
 (0)