Quadlet - prefer "param val" over "param=val" to allow env expansion

When possible use a generic function to add strings and booleans
Adjust tests

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
Ygal Blum
2024-10-01 17:59:55 -04:00
parent 0c6be7aedb
commit fc25a3a5fc
107 changed files with 289 additions and 417 deletions

View File

@@ -1,5 +1,5 @@
## assert-podman-final-args localhost/imagename
## assert-podman-args "--name=systemd-%N"
## assert-podman-args "--name" "systemd-%N"
## assert-podman-args "--cidfile=%t/%N.cid"
## assert-podman-args "--rm"
## assert-podman-args "--replace"