Refactored.

This commit is contained in:
Thomas VIAL 2016-08-15 00:05:00 +02:00
parent 6050f0f3eb
commit ae2ad56252
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