Module Name:    src
Committed By:   rillig
Date:           Fri Jan 22 22:54:53 UTC 2021

Modified Files:
        src/usr.bin/make/unit-tests: varmod-assign.mk

Log Message:
make(1): remove outdated comment from test

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/varmod-assign.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/varmod-assign.mk
diff -u src/usr.bin/make/unit-tests/varmod-assign.mk:1.8 src/usr.bin/make/unit-tests/varmod-assign.mk:1.9
--- src/usr.bin/make/unit-tests/varmod-assign.mk:1.8	Sun Oct 18 21:37:24 2020
+++ src/usr.bin/make/unit-tests/varmod-assign.mk	Fri Jan 22 22:54:53 2021
@@ -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 @@ mod-assign-shell-error:
 	@${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}
 

Reply via email to