mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
groups: fix to pass GNU Testsuite groups-dash.sh
This commit is contained in:
parent
d3181fa60e
commit
30e45eefa4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
|
|||
);
|
||||
0
|
||||
} else {
|
||||
crash!(1, "unknown user {}", user);
|
||||
crash!(1, "'{}': no such user", user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue