mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
## assert-podman-args "--group-add" "keep-groups"
|
|
## assert-podman-args "--group-add" "users"
|
|
|
|
[Build]
|
|
ImageTag=localhost/imagename
|
|
SetWorkingDirectory=unit
|
|
GroupAdd=keep-groups
|
|
GroupAdd=users
|