Refactored.

This commit is contained in:
Thomas VIAL 2016-08-15 20:59:20 +02:00
parent ae2ad56252
commit 8c2b96122b
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fixtures:
tests:
# Start tests
if [ -z $(ENABLE_POP3) ]; then
if [ -z $ENABLE_POP3 ]; then
./test/bats/bats test/ENABLE_POP3.bats
fi