1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

chroot: remove short option "-G"

This commit is contained in:
Daniel Hofstetter 2025-01-02 13:35:19 +01:00
parent 6a8b766d6d
commit e5e589afd5
2 changed files with 1 additions and 2 deletions

View file

@ -141,7 +141,7 @@ fn test_preference_of_userspec() {
.arg("a")
.arg("--user")
.arg("fake")
.arg("-G")
.arg("--groups")
.arg("ABC,DEF")
.arg(format!("--userspec={username}:{group_name}"))
.fails();