Module Name:    src
Committed By:   rillig
Date:           Wed Sep  1 22:44:50 UTC 2021

Modified Files:
        src/usr.bin/make/unit-tests: directive-for-if.exp

Log Message:
tests/make: fix test directive-for-if

The additional lines 'VAR1' and 'VAR3' were supposed to be there from
the beginning.  I somehow managed to commit an inconsistent state of the
.mk and the .exp file.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/directive-for-if.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/directive-for-if.exp
diff -u src/usr.bin/make/unit-tests/directive-for-if.exp:1.1 src/usr.bin/make/unit-tests/directive-for-if.exp:1.2
--- src/usr.bin/make/unit-tests/directive-for-if.exp:1.1	Mon Aug 30 17:08:13 2021
+++ src/usr.bin/make/unit-tests/directive-for-if.exp	Wed Sep  1 22:44:50 2021
@@ -1,6 +1,8 @@
 make: "directive-for-if.mk" line 48: if-less endif
 make: "directive-for-if.mk" line 48: if-less endif
 make: "directive-for-if.mk" line 48: if-less endif
+VAR1
+VAR3
 make: Fatal errors encountered -- cannot continue
 make: stopped in unit-tests
 exit status 1

Reply via email to