Skip to content

Commit

Permalink
chgrp: rename a test for something a bit more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 23, 2025
1 parent d76c561 commit 9c42b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_chgrp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 9c42b8e

Please sign in to comment.