From 6457836f330bc8edb2264b37244234d5e0d1674d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 11 Jan 2025 16:03:12 +0100 Subject: [PATCH] chmod: Remove misleading comments --- tests/by-util/test_chmod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/by-util/test_chmod.rs b/tests/by-util/test_chmod.rs index c2f8197bb..6f508afd6 100644 --- a/tests/by-util/test_chmod.rs +++ b/tests/by-util/test_chmod.rs @@ -822,7 +822,6 @@ fn test_chmod_no_dereference_symlink() { set_permissions(at.plus(target), Permissions::from_mode(0o664)).unwrap(); at.symlink_file(target, symlink); - // Use --no-dereference: should modify the symlink itself scene .ucmd() .arg("--no-dereference") @@ -894,7 +893,6 @@ fn test_chmod_symlink_to_dangling_recursive() { at.symlink_file(dangling_target, symlink); - // Use --no-dereference: should succeed and modify the symlink itself scene .ucmd() .arg("755")