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 bash says 'command not found'
details: https://anonhg.NetBSD.org/src/rev/9a4a7f4573cc
branches: trunk
changeset: 937643:9a4a7f4573cc
user: sjg <sjg%NetBSD.org@localhost>
date: Sat Aug 22 21:30:52 2020 +0000
description:
bash says 'command not found'
diffstat:
usr.bin/make/unit-tests/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 597736749a5f -r 9a4a7f4573cc usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile Sat Aug 22 21:22:24 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile Sat Aug 22 21:30:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2020/08/22 21:22:24 rillig Exp $
+# $NetBSD: Makefile,v 1.113 2020/08/22 21:30:52 sjg Exp $
#
# Unit tests for make(1)
#
@@ -326,7 +326,7 @@
FLAGS.varname-empty= -dv '$${:U}=cmdline-u' '=cmline-plain'
# Some tests need extra post-processing.
-SED_CMDS.sh-dots+= -e 's,^${.SHELL}: ,,'
+SED_CMDS.sh-dots+= -e 's,^${.SHELL}: ,,' -e '/not found/s,command ,,'
SED_CMDS.varmod-subst-regex+= \
-e 's,\(Regex compilation error:\).*,\1 (details omitted),'
SED_CMDS.varmod-edge+= -e 's, line [0-9]*:, line omitted:,'
Home |
Main Index |
Thread Index |
Old Index