Test coverage -- 100% cheat for real this time
[open-adventure.git] / tests / Makefile
index 0aace2fd3476d2fa3aac17c73a4f6fd7d626e0fb..8b35e1f9cdf56632e7b3eb22c9eb9b1de42beb16 100644 (file)
@@ -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`; \