diff --git a/test/system/040-ps.bats b/test/system/040-ps.bats index 5259299ecc..3d829ffcf0 100644 --- a/test/system/040-ps.bats +++ b/test/system/040-ps.bats @@ -142,25 +142,38 @@ load helpers run_podman ps --external is "${#lines[@]}" "1" "setup check: no storage containers at start of test" - # Force a buildah timeout; this leaves a buildah container behind - local t0=$SECONDS - PODMAN_TIMEOUT=5 run_podman 124 build -t thiswillneverexist - <