diff --git a/test/config/example.postfix-accounts.cf b/test/config/example.postfix-accounts.cf deleted file mode 100644 index ada9b297..00000000 --- a/test/config/example.postfix-accounts.cf +++ /dev/null @@ -1,2 +0,0 @@ -user1@localhost.localdomain|{SHA512-CRYPT}$6$6Xxcp1JSbIopyWIC$LdrPrPSAdDuOZOZhaQsmuqFa8gyZ.F43Bh8vHNCd2zumwaj9DdM6v7gkMwOP0Fn4IartmPvF5CdVCzV1pdx7M1 -user2@otherdomain.tld|{SHA512-CRYPT}$6$OVDJp7HtL3U2d2c7$jxVpLBYBfNLekpsx6Ih3uAg640iGXXGPgKno8uDK31/FIL1rRf7Uh.go/xTyD5PQNsr/pOPkJb2b1QS7Ovnll0 diff --git a/test/config/postfix-accounts.cf b/test/config/postfix-accounts.cf deleted file mode 100644 index ada9b297..00000000 --- a/test/config/postfix-accounts.cf +++ /dev/null @@ -1,2 +0,0 @@ -user1@localhost.localdomain|{SHA512-CRYPT}$6$6Xxcp1JSbIopyWIC$LdrPrPSAdDuOZOZhaQsmuqFa8gyZ.F43Bh8vHNCd2zumwaj9DdM6v7gkMwOP0Fn4IartmPvF5CdVCzV1pdx7M1 -user2@otherdomain.tld|{SHA512-CRYPT}$6$OVDJp7HtL3U2d2c7$jxVpLBYBfNLekpsx6Ih3uAg640iGXXGPgKno8uDK31/FIL1rRf7Uh.go/xTyD5PQNsr/pOPkJb2b1QS7Ovnll0 diff --git a/test/tests.bats b/test/tests.bats index c12bf711..b92de66a 100644 --- a/test/tests.bats +++ b/test/tests.bats @@ -180,11 +180,6 @@ # accounts # -@test "checking accounts: generated 'postfix-accounts.cf' matches template" { - run diff test/config/example.postfix-accounts.cf test/config/postfix-accounts.cf - [ "$status" -eq 0 ] -} - @test "checking accounts: user accounts" { run docker exec mail doveadm user '*' [ "$status" -eq 0 ]