Skip to content

Commit

Permalink
Fix test failures from backports
Browse files Browse the repository at this point in the history
Timeouts for `podman rm` aren't in until 4.0, so we need to
remove them.

Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Oct 19, 2021
1 parent 437ec95 commit f05e206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/270-socket-activation.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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

0 comments on commit f05e206

Please sign in to comment.