From 27d66cf11f7ded1127402e5cdc15808c888d9802 Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Wed, 22 Jan 2020 19:11:59 +0100 Subject: [PATCH] Restored test removed by accident --- test/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.bats b/test/tests.bats index 956656e4..788bdef5 100644 --- a/test/tests.bats +++ b/test/tests.bats @@ -1307,6 +1307,6 @@ EOF # @test "checking that the container stops cleanly" { - # run docker stop -t 60 mail + run docker stop -t 60 mail assert_success }