mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
## assert-podman-args "--group-add" "keep-groups"
|
|
## assert-podman-args "--group-add" "users"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
GroupAdd=keep-groups
|
|
GroupAdd=users
|