From f05e206bd34e189cdadbfa6c59cb3c2cd5fcc84c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 19 Oct 2021 17:13:50 -0400 Subject: Fix test failures from backports Timeouts for `podman rm` aren't in until 4.0, so we need to remove them. Signed-off-by: Matthew Heon --- test/system/270-socket-activation.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/system/270-socket-activation.bats b/test/system/270-socket-activation.bats index 6d582be18..0bdfbdad4 100644 --- a/test/system/270-socket-activation.bats +++ b/test/system/270-socket-activation.bats @@ -85,7 +85,7 @@ function teardown() { is "$status" "0" "curl exit status" is "$output" "OK" "podman service responds normally" - run_podman rm -f -t 0 $cid + run_podman rm -f $cid } @test "podman system service - socket activation - kill rootless pause" { @@ -109,7 +109,7 @@ function teardown() { is "$status" "0" "curl exit status" is "$output" "OK" "podman service responds normally" - run_podman rm -f -t 0 $cid + run_podman rm -f $cid } # vim: filetype=sh -- cgit v1.2.3-54-g00ecf