From 9c42b8efdc12c2646250f12584e12c1445ec8514 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 12 Jan 2025 22:38:04 +0100 Subject: [PATCH] chgrp: rename a test for something a bit more explicit --- tests/by-util/test_chgrp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_chgrp.rs b/tests/by-util/test_chgrp.rs index c39824907..cd40d80be 100644 --- a/tests/by-util/test_chgrp.rs +++ b/tests/by-util/test_chgrp.rs @@ -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)"