1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Silent test_chown_only_group_id on freebsd

This commit is contained in:
Sylvestre Ledru 2021-08-29 21:00:05 +02:00
parent 7acdf31e2b
commit 00221a4d36

View file

@ -326,6 +326,8 @@ fn test_chown_only_user_id() {
} }
#[test] #[test]
// FixME: stderr = chown: ownership of 'test_chown_file1' retained as cuuser:wheel
// #[cfg(not(target_os = "freebsd"))]
fn test_chown_only_group_id() { fn test_chown_only_group_id() {
// test chown :1111 file.txt // test chown :1111 file.txt