mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
groups: fix clippy lint in test
This commit is contained in:
@@ -46,7 +46,7 @@ fn expected_result(args: &[&str]) -> String {
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
let util_name = "gid";
|
||||
|
||||
TestScenario::new(&util_name)
|
||||
TestScenario::new(util_name)
|
||||
.cmd_keepenv(util_name)
|
||||
.env("LANGUAGE", "C")
|
||||
.args(args)
|
||||
|
||||
Reference in New Issue
Block a user