From c8169c0a340cf2dab14413682b1d440d3a1d9977 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Mon, 23 May 2016 22:23:54 -0700 Subject: [PATCH] try #2 to fix tests --- test/tests.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests.bats b/test/tests.bats index 2bab78ff..b4a2d44e 100644 --- a/test/tests.bats +++ b/test/tests.bats @@ -131,7 +131,7 @@ @test "checking smtp: delivers mail to existing account" { run docker exec mail /bin/sh -c "grep 'status=sent (delivered via dovecot service)' /var/log/mail/mail.log | wc -l" [ "$status" -eq 0 ] - [ "$output" -eq 3 ] + [ "$output" -eq 4 ] } @test "checking smtp: delivers mail to existing alias" { @@ -161,7 +161,7 @@ @test "checking smtp: redirects mail to external aliases" { run docker exec mail /bin/sh -c "grep -- '-> ' /var/log/mail/mail.log | wc -l" [ "$status" -eq 0 ] - [ "$output" = 1 ] + [ "$output" = 2 ] } @test "checking smtp: rejects spam" {