diff --git a/tests/integration/checkpoint.bats b/tests/integration/checkpoint.bats index 1a7b42a9b..9698d6de4 100644 --- a/tests/integration/checkpoint.bats +++ b/tests/integration/checkpoint.bats @@ -12,6 +12,7 @@ function setup() { function teardown() { teardown_busybox + teardown_running_container test_busybox_restore } function setup_pipes() { diff --git a/tests/integration/delete.bats b/tests/integration/delete.bats index 95dc718fe..3b23bd85c 100644 --- a/tests/integration/delete.bats +++ b/tests/integration/delete.bats @@ -9,6 +9,7 @@ function setup() { function teardown() { teardown_busybox + teardown_running_container testbusyboxdelete } @test "runc delete" { diff --git a/tests/integration/dev.bats b/tests/integration/dev.bats index 3df7958c3..64cc4f61a 100644 --- a/tests/integration/dev.bats +++ b/tests/integration/dev.bats @@ -9,6 +9,7 @@ function setup() { function teardown() { teardown_busybox + teardown_running_container test_dev } @test "runc run [redundant default /dev/tty]" { diff --git a/tests/integration/mounts.bats b/tests/integration/mounts.bats index bd41dc6ea..1c7c001e7 100644 --- a/tests/integration/mounts.bats +++ b/tests/integration/mounts.bats @@ -9,6 +9,7 @@ function setup() { function teardown() { teardown_busybox + teardown_running_container test_bind_mount } @test "runc run [bind mount]" {