mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
groups: fix clippy lint in test
This commit is contained in:
parent
06b6066e89
commit
145e705b74
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ fn expected_result(args: &[&str]) -> String {
|
||||||
#[cfg(not(target_os = "linux"))]
|
#[cfg(not(target_os = "linux"))]
|
||||||
let util_name = "gid";
|
let util_name = "gid";
|
||||||
|
|
||||||
TestScenario::new(&util_name)
|
TestScenario::new(util_name)
|
||||||
.cmd_keepenv(util_name)
|
.cmd_keepenv(util_name)
|
||||||
.env("LANGUAGE", "C")
|
.env("LANGUAGE", "C")
|
||||||
.args(args)
|
.args(args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue