Update typo in tests.bat.

This commit is contained in:
André Stein 2016-04-28 10:25:11 +02:00
parent 2f9f6b1002
commit 21c26de1d4
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@
# sieve
#
@test "checking sieve: user1 should have received 1 in folder INBOX.spam" {
@test "checking sieve: user1 should have received 1 email in folder INBOX.spam" {
run docker exec mail /bin/sh -c "ls -A /var/mail/localhost.localdomain/user1/.INBOX.spam/new | wc -l"
[ "$status" -eq 0 ]
[ "$output" = 1 ]