mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
chgrp: rename a test for something a bit more explicit
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user