Skip to content

Commit 9c42b8e

Browse files
committed
chgrp: rename a test for something a bit more explicit
1 parent d76c561 commit 9c42b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_chgrp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn test_invalid_group() {
5656
}
5757

5858
#[test]
59-
fn test_1() {
59+
fn test_error_1() {
6060
if getegid() != 0 {
6161
new_ucmd!().arg("bin").arg(DIR).fails().stderr_contains(
6262
// linux fails with "Operation not permitted (os error 1)"

0 commit comments

Comments
 (0)