From: Aaron Traas Date: Wed, 28 Jun 2017 13:44:20 +0000 (-0400) Subject: Test coverage -- 100% cheat for real this time X-Git-Tag: 1.1~57 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=3b780dd57e295b57ba78649e008fede10e07cdd9;hp=ceb5c27218469fd3732cf6a9ed16d0a2c4e682df Test coverage -- 100% cheat for real this time --- diff --git a/tests/Makefile b/tests/Makefile index 0aace2f..8b35e1f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -52,7 +52,7 @@ regress: $(ECHO) -n "Fail to save because we omit -o: " ../cheat -d 1 | true $(ECHO) -n "Fail to save to invalid path: " - ../cheat -o /badfilename.adv | true + ../cheat -o / | true @for file in $(TESTLOADS); do \ $(ECHO) -n " $${file} "; grep '##' $${file}.log || echo ' ## (no description)'; \ OPTS=`sed -n /#options:/s///p <$${file}.log`; \