mirror of
https://github.com/containers/podman.git
synced 2025-10-10 15:57:33 +08:00

Remove all trailing white spaces from all lines before the line by line processing Add test Exclude the unit file used for the test from whitespace check Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
## assert-podman-final-args localhost/imagename "/some/binary file" "--arg1" "arg 2"
|
|
## assert-podman-args "--publish" "80:80"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
# Keep whitespace at the end of the following line
|
|
Exec="/some/binary file" --arg1 \
|
|
"arg 2"
|
|
PublishPort=80:80
|