From 615099ddb978af6ed8c521a565c038d80f721855 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 11 Apr 2022 05:38:23 -0600 Subject: 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 --- test/system/040-ps.bats | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf