From 6c0b5a2fab1618d8cc36a107edb3f3ad8b3b0cf6 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 2 Oct 2019 06:22:36 -0600 Subject: system tests: reenable skipped tests Issue #3829 (cp symlinks) has been fixed: enable tests for it And, it looks like podman-remote is now handling exit status of a force-rm'ed container. Enable that test too. Signed-off-by: Ed Santiago --- test/system/055-rm.bats | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/system/055-rm.bats') diff --git a/test/system/055-rm.bats b/test/system/055-rm.bats index c13c8c52e..8ef8a119e 100644 --- a/test/system/055-rm.bats +++ b/test/system/055-rm.bats @@ -32,8 +32,6 @@ load helpers # # See https://github.com/containers/libpod/issues/3795 @test "podman rm -f" { - skip_if_remote "podman-remote does not handle exit codes" - rand=$(random_string 30) ( sleep 3; run_podman rm -f $rand ) & run_podman 137 run --name $rand $IMAGE sleep 30 -- cgit v1.2.3-54-g00ecf