chgrp: rename a test for something a bit more explicit

This commit is contained in:
Sylvestre Ledru
2025-01-23 22:38:38 +01:00
parent d76c561516
commit 9c42b8efdc
+1 -1
View File
@@ -56,7 +56,7 @@ fn test_invalid_group() {
}
#[test]
fn test_1() {
fn test_error_1() {
if getegid() != 0 {
new_ucmd!().arg("bin").arg(DIR).fails().stderr_contains(
// linux fails with "Operation not permitted (os error 1)"