X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/1a39ef5c9ad9caeb10b41cc046a980b6cd55c454..ee960e46dc17f110fbf867df3708f36155a1c337:/Makefile 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