From 8c2b96122b72e2e88efa40842837b44fc531ab64 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 15 Aug 2016 20:59:20 +0200 Subject: [PATCH] Refactored. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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