mirror of
https://github.com/containers/podman.git
synced 2025-09-26 16:25:00 +08:00

Also fix the tests so we can use the podman function with the output. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
6 lines
180 B
Bash
6 lines
180 B
Bash
# -*- bash -*-
|
|
|
|
test_port 5000 = "Podman rulez!"
|
|
podman container inspect -l --format '{{.Config.Labels}}'
|
|
like "$output" "io.podman:the_best" "$testname : Container label is set"
|