1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Added test

This commit is contained in:
Thomas VIAL
2016-12-17 21:53:09 +01:00
parent 5ce957efa1
commit a9b1686e57

View File

@@ -583,6 +583,11 @@
[ "$status" -eq 1 ]
}
@test "checking system: /var/log/auth.log is error free" {
run docker exec mail grep 'Unable to open env file: /etc/default/locale' /var/log/auth.log
[ "$status" -eq 1 ]
}
@test "checking system: sets the server fqdn" {
run docker exec mail hostname
[ "$status" -eq 0 ]