mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-06 07:37:49 +00:00
Based on the initial port in https://github.com/containers/quadlet/pull/41 This contains the unit tests and the testcases from the C code as well as modification to the podman spec file based on what the quadlet spec file looks like, producing a podman-quadlet subpackage. Signed-off-by: Alexander Larsson <alexl@redhat.com>
12 lines
409 B
Text
12 lines
409 B
Text
## assert-podman-final-args imagename
|
|
## assert-podman-args --env "FOO1=foo1"
|
|
## assert-podman-args --env "FOO2=foo2 "
|
|
## assert-podman-args --env "FOO3=foo3"
|
|
## assert-podman-args --env "REPLACE=replaced"
|
|
## assert-podman-args --env "FOO4=foo\\nfoo"
|
|
|
|
[Container]
|
|
Image=imagename
|
|
Environment=FOO1=foo1 "FOO2=foo2 " \
|
|
FOO3=foo3 REPLACE=replace
|
|
Environment=REPLACE=replaced 'FOO4=foo\nfoo'
|