summaryrefslogtreecommitdiff
path: root/unit-tests/varname-dot-newline.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-11-07 19:39:21 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-11-07 19:39:21 +0000
commit302da1a3d35c15cb29d76e0a939f8bcb13f7ad80 (patch)
treec2146dca82d530521c4d2cc46a95c26964311a2c /unit-tests/varname-dot-newline.mk
parent6bbc783f48498b808e19db4441299dc7d85a278b (diff)
downloadsrc-test2-vendor/NetBSD/bmake/20201101.tar.gz
src-test2-vendor/NetBSD/bmake/20201101.zip
Import bmake-20201101vendor/NetBSD/bmake/20201101
Lots of new unit-tests increase code coverage. Lots of refactoring, cleanup and simlpification to reduce code size. Fixes for Bug 223564 and 245807 Updates to dirdeps.mk and meta2deps.py
Diffstat (limited to 'unit-tests/varname-dot-newline.mk')
-rw-r--r--unit-tests/varname-dot-newline.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/unit-tests/varname-dot-newline.mk b/unit-tests/varname-dot-newline.mk
index fa9ac0759649..0565d244f298 100644
--- a/unit-tests/varname-dot-newline.mk
+++ b/unit-tests/varname-dot-newline.mk
@@ -1,4 +1,4 @@
-# $NetBSD: varname-dot-newline.mk,v 1.3 2020/08/19 05:51:18 rillig Exp $
+# $NetBSD: varname-dot-newline.mk,v 1.4 2020/10/24 08:46:08 rillig Exp $
#
# Tests for the special .newline variable.
#
@@ -11,9 +11,9 @@ NEWLINE:= ${.newline}
.newline= overwritten
.if ${.newline} == ${NEWLINE}
-.info The .newline variable cannot be overwritten. Good.
+. info The .newline variable cannot be overwritten. Good.
.else
-.info The .newline variable can be overwritten. Just don't do that.
+. info The .newline variable can be overwritten. Just don't do that.
.endif
# Restore the original value.