diff --git a/test/latest.sh b/test/latest.sh
index 6a8e7109f3b6043c638665043b6bc83498350db8..79e93d8ea90ce5ce839a48d7c6a7bac94a2c835e 100755
--- a/test/latest.sh
+++ b/test/latest.sh
@@ -14,8 +14,8 @@ TEST_VERIFY_OUTPUT="$(mktemp)"
 
 "$BASEDIR"/../bin/tagging.sh -l mytest-latest:test registry.example.com/latest-test 1.2.3
 
-podman images --format "table {{.Repository}}:{{.Tag}}" registry.example.com/latest-test | grep registry.example.com/latest-test > "$TEST_OUTPUT" 2>&1
-podman images --format "table {{.Repository}}:{{.Tag}}"  registry.example.com/latest-test | grep registry.example.com/latest-test
+podman images --format "{{.Repository}}:{{.Tag}}" registry.example.com/latest-test | grep registry.example.com/latest-test > "$TEST_OUTPUT" 2>&1
+podman images --format "{{.Repository}}:{{.Tag}}"  registry.example.com/latest-test | grep registry.example.com/latest-test
 
 cat >"$TEST_VERIFY_OUTPUT" <<EOF
 registry.example.com/latest-test:1