1
Fork 0
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:
Terts Diepraam 2021-06-09 12:39:25 +02:00
parent 06b6066e89
commit 145e705b74

View file

@ -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)