We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b09f4 commit 6457836Copy full SHA for 6457836
tests/by-util/test_chmod.rs
@@ -822,7 +822,6 @@ fn test_chmod_no_dereference_symlink() {
822
set_permissions(at.plus(target), Permissions::from_mode(0o664)).unwrap();
823
at.symlink_file(target, symlink);
824
825
- // Use --no-dereference: should modify the symlink itself
826
scene
827
.ucmd()
828
.arg("--no-dereference")
@@ -894,7 +893,6 @@ fn test_chmod_symlink_to_dangling_recursive() {
894
893
895
at.symlink_file(dangling_target, symlink);
896
897
- // Use --no-dereference: should succeed and modify the symlink itself
898
899
900
.arg("755")
0 commit comments