From ae2ad56252db39ec28f50665aa6caac89a81a6f0 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 15 Aug 2016 00:05:00 +0200 Subject: [PATCH] Refactored. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f68372d..bb9bd281 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