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): remove outdated comment fro...



details:   https://anonhg.NetBSD.org/src/rev/a934db008836
branches:  trunk
changeset: 950244:a934db008836
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Jan 22 22:54:53 2021 +0000

description:
make(1): remove outdated comment from test

It was fixed in var.c 1.472 from 2020-08-25.

diffstat:

 usr.bin/make/unit-tests/varmod-assign.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6fc94a3eab58 -r a934db008836 usr.bin/make/unit-tests/varmod-assign.mk
--- a/usr.bin/make/unit-tests/varmod-assign.mk  Fri Jan 22 22:03:01 2021 +0000
+++ b/usr.bin/make/unit-tests/varmod-assign.mk  Fri Jan 22 22:54:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-assign.mk,v 1.8 2020/10/18 21:37:24 rillig Exp $
+# $NetBSD: varmod-assign.mk,v 1.9 2021/01/22 22:54:53 rillig Exp $
 #
 # Tests for the obscure ::= variable modifiers, which perform variable
 # assignments during evaluation, just like the = operator in C.
@@ -88,7 +88,6 @@
        @${SH_OK::!= echo word; true } echo ok=${SH_OK}
 
        # If the command fails, the variable keeps its previous value.
-       # FIXME: the error message says: "previous" returned non-zero status
        @${SH_ERR::=previous}
        @${SH_ERR::!= echo word; false } echo err=${SH_ERR}
 



Home | Main Index | Thread Index | Old Index