X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/2ccb790eda1239207af9566efcf0a13d1139b682..2ebc050bbabaff69a2e17f8a350bc7440d4f08ff:/Makefile diff --git a/Makefile b/Makefile index ea439ec..8a8a63a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ build: pod2man -c mr mr > mr.1 + 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