Module Name: src
Committed By: rillig
Date: Fri Sep 11 05:14:21 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-op.exp
Log Message:
make(1): fix line numbers from test result of the previous commit
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/cond-op.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/cond-op.exp
diff -u src/usr.bin/make/unit-tests/cond-op.exp:1.3 src/usr.bin/make/unit-tests/cond-op.exp:1.4
--- src/usr.bin/make/unit-tests/cond-op.exp:1.3 Fri Sep 11 05:12:08 2020
+++ src/usr.bin/make/unit-tests/cond-op.exp Fri Sep 11 05:14:21 2020
@@ -1,7 +1,7 @@
make: "cond-op.mk" line 45: Malformed conditional ("!word" == !word)
-make: "cond-op.mk" line 56: Malformed conditional (0 ${ERR::=evaluated})
-make: "cond-op.mk" line 60: warning: After detecting a parse error, the rest is evaluated.
-make: "cond-op.mk" line 64: Parsing continues until here.
+make: "cond-op.mk" line 59: Malformed conditional (0 ${ERR::=evaluated})
+make: "cond-op.mk" line 63: warning: After detecting a parse error, the rest is evaluated.
+make: "cond-op.mk" line 67: Parsing continues until here.
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1