From 7933f157c3a8b3803378e3df2f0c9b9a2750146c Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 8 Sep 2022 17:43:07 +0200 Subject: [PATCH] enable podman pod inspect --format test Now that commit d10e77e1bcd2 is merged, it will reuse the same template logic as inspect and therefore should just work. Also remove the FIXME from eds test. Signed-off-by: Paul Holzinger --- test/system/610-format.bats | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/system/610-format.bats b/test/system/610-format.bats index 770f91cf58b8..3d545f29f1e9 100644 --- a/test/system/610-format.bats +++ b/test/system/610-format.bats @@ -34,7 +34,7 @@ ps | -a image search | sdfsdf search | sdfsdf -pod inspect | mypod SKIP +pod inspect | mypod container stats | --no-stream pod stats | --no-stream @@ -94,11 +94,6 @@ function check_subcommand() { unset extra_args["$command_string"] fi - # FIXME: you can remove this once you're finished with #15673 - if [[ "$extra" =~ SKIP ]]; then - continue - fi - # This is what does the work. We should never see the unterminated err run_podman '?' "$@" "$cmd" $extra --format '{{"\n"}}' assert "$output" !~ "unterminated quoted string" \