Test coverage -- 100% cheat for real this time
authorAaron Traas <aaron@traas.org>
Wed, 28 Jun 2017 13:44:20 +0000 (09:44 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 28 Jun 2017 14:57:28 +0000 (10:57 -0400)
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`; \