From 42ccae264237c8d2f14b32bf8b7d21c5e528f6a0 Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Sun, 26 Jan 2020 08:36:31 +0100 Subject: [PATCH] Test stop with a less central container than mail --- test/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.bats b/test/tests.bats index 788bdef5..3b1ebd9e 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_override_hostname assert_success }