From 2bcff8afa2f058ec866351a30b80f5aeffceb8ed Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Tue, 10 Jan 2017 10:43:26 +0100 Subject: [PATCH] Fixed output --- test/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.bats b/test/tests.bats index 425cc2a1..0e0fdebd 100644 --- a/test/tests.bats +++ b/test/tests.bats @@ -365,7 +365,7 @@ load 'test_helper/bats-assert/load' -v "$(pwd)/test/config/empty/opendkim":/etc/opendkim \ `docker inspect --format '{{ .Config.Image }}' mail` /bin/sh -c "ls -1 etc/opendkim | grep -E 'KeyTable|SigningTable|TrustedHosts|keys'|wc -l" assert_success - assert_output 2 + assert_output 4 } @test "checking opendkim: generator creates keys, tables and TrustedHosts without postfix-accounts.cf" {