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 numbers in test co...



details:   https://anonhg.NetBSD.org/src/rev/a04192c1e80f
branches:  trunk
changeset: 942585:a04192c1e80f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Wed Nov 11 07:10:19 2020 +0000

description:
make(1): fix line numbers in test cond-token-string

diffstat:

 usr.bin/make/unit-tests/cond-token-string.exp |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r 60802cb63f0f -r a04192c1e80f usr.bin/make/unit-tests/cond-token-string.exp
--- a/usr.bin/make/unit-tests/cond-token-string.exp     Wed Nov 11 03:31:04 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-token-string.exp     Wed Nov 11 07:10:19 2020 +0000
@@ -1,8 +1,8 @@
 make: Unknown modifier 'Z'
-make: "cond-token-string.mk" line 12: Malformed conditional ("" != "${:Uvalue:Z}")
-make: "cond-token-string.mk" line 21: xvalue is not defined.
-make: "cond-token-string.mk" line 27: Malformed conditional (x${:Uvalue} == "")
-make: "cond-token-string.mk" line 34: Expected.
+make: "cond-token-string.mk" line 9: Malformed conditional ("" != "${:Uvalue:Z}")
+make: "cond-token-string.mk" line 18: xvalue is not defined.
+make: "cond-token-string.mk" line 24: Malformed conditional (x${:Uvalue} == "")
+make: "cond-token-string.mk" line 33: Expected.
 make: Fatal errors encountered -- cannot continue
 make: stopped in unit-tests
 exit status 1



Home | Main Index | Thread Index | Old Index