Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests make(1): fix line number in expected...



details:   https://anonhg.NetBSD.org/src/rev/0850cac82ae1
branches:  trunk
changeset: 938676:0850cac82ae1
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Sep 13 09:23:14 2020 +0000

description:
make(1): fix line number in expected test result for .include

diffstat:

 usr.bin/make/unit-tests/directive-include-fatal.exp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 8fcf7d90c9c6 -r 0850cac82ae1 usr.bin/make/unit-tests/directive-include-fatal.exp
--- a/usr.bin/make/unit-tests/directive-include-fatal.exp       Sun Sep 13 09:20:23 2020 +0000
+++ b/usr.bin/make/unit-tests/directive-include-fatal.exp       Sun Sep 13 09:23:14 2020 +0000
@@ -1,4 +1,4 @@
-make: "directive-include-fatal.mk" line 10: Malformed conditional (${UNDEF})
+make: "directive-include-fatal.mk" line 13: Malformed conditional (${UNDEF})
 make: Fatal errors encountered -- cannot continue
 make: stopped in unit-tests
 exit status 1



Home | Main Index | Thread Index | Old Index