X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/1a39ef5c9ad9caeb10b41cc046a980b6cd55c454..20f5a82ced16c52a87aa4df2edadf405b1ee0bb1:/Makefile?ds=sidebyside

diff --git a/Makefile b/Makefile
index ec59d8c..8a8a63a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,6 @@ build:
 	pod2man -c webcheckout webcheckout > webcheckout.1
 
 test:
-	(echo "[]"; echo "checkout=") > mrconfig.tmp
+	(echo "[.]"; echo "checkout=") > mrconfig.tmp
 	./mr --trust-all -c mrconfig.tmp ed | grep -q "horse"
 	rm -f mrconfig.tmp