diff --git a/Makefile b/Makefile index bb9bd281..6f68372d 100644 --- a/Makefile +++ b/Makefile @@ -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