aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-04-11 05:38:23 -0600
committerEd Santiago <santiago@redhat.com>2022-04-11 05:39:39 -0600
commit615099ddb978af6ed8c521a565c038d80f721855 (patch)
tree86a4cd72b5952dcb200c7d7e32d9c4da9a0f7e43
parent1d01815c107c91f6cfe98446d334c94a97d11080 (diff)
downloadpodman-615099ddb978af6ed8c521a565c038d80f721855.tar.gz
podman-615099ddb978af6ed8c521a565c038d80f721855.tar.bz2
podman-615099ddb978af6ed8c521a565c038d80f721855.zip
System tests: reenable ps --external test
Buildah issue 3544 has been fixed and vendored into podman. We can reenable a long-skipped test. Signed-off-by: Ed Santiago <santiago@redhat.com>
-rw-r--r--test/system/040-ps.bats4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/system/040-ps.bats b/test/system/040-ps.bats
index 8d0a405d2..6fc0b9b6e 100644
--- a/test/system/040-ps.bats
+++ b/test/system/040-ps.bats
@@ -99,9 +99,7 @@ EOF
local t1=$SECONDS
local delta_t=$((t1 - t0))
if [[ $delta_t -gt 10 ]]; then
- # FIXME FIXME FIXME: when buildah issue 3544 gets fixed and vendored,
- # change 'echo' to 'die'
- echo "podman build did not get killed within 10 seconds (actual time: $delta_t seconds)"
+ die "podman build did not get killed within 10 seconds (actual time: $delta_t seconds)"
fi
run_podman ps -a