1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

groups: fix to pass GNU Testsuite groups-dash.sh

This commit is contained in:
Jan Scheer 2021-06-21 13:19:57 +02:00
parent d3181fa60e
commit 30e45eefa4

View file

@ -56,7 +56,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
); );
0 0
} else { } else {
crash!(1, "unknown user {}", user); crash!(1, "'{}': no such user", user);
} }
} }
} }