X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/cd7b0331b72123ca22a88f833b6c0bb3e3d9d15e..987b71335df11c42f94c3dfe2815fc04ead2ecdb:/Makefile?ds=inline

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