Fix syntax error in test/tests.bats

This commit is contained in:
alinmear 2017-01-09 21:03:28 +01:00
parent 291244e72f
commit 337e955e49
1 changed files with 1 additions and 1 deletions

View File

@ -920,4 +920,4 @@
run docker exec mail_lmtp_ip /bin/sh -c "grep 'postfix/lmtp' /var/log/mail/mail.log | grep 'status=sent' | grep ' Saved)' | wc -l" run docker exec mail_lmtp_ip /bin/sh -c "grep 'postfix/lmtp' /var/log/mail/mail.log | grep 'status=sent' | grep ' Saved)' | wc -l"
[ "$status" -eq 0 ] [ "$status" -eq 0 ]
[ "$output" -eq 6 ] [ "$output" -eq 6 ]
}