Module Name:    src
Committed By:   christos
Date:           Mon Apr 27 14:07:22 UTC 2020

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

Log Message:
Adjust test for the new behavior: % on hls and no % on the rhs does not
prepend the lhs to the rhs.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/varmod-edge.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-edge.mk
diff -u src/usr.bin/make/unit-tests/varmod-edge.mk:1.6 src/usr.bin/make/unit-tests/varmod-edge.mk:1.7
--- src/usr.bin/make/unit-tests/varmod-edge.mk:1.6	Sun Dec  1 20:01:08 2019
+++ src/usr.bin/make/unit-tests/varmod-edge.mk	Mon Apr 27 10:07:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-edge.mk,v 1.6 2019/12/02 01:01:08 rillig Exp $
+# $NetBSD: varmod-edge.mk,v 1.7 2020/04/27 14:07:22 christos Exp $
 #
 # Tests for edge cases in variable modifiers.
 #
@@ -140,7 +140,7 @@ EXP.eq-q=	file.o:Q file.cc
 # The = in the := modifier can be escaped.
 TESTS+=		eq-bs
 INP.eq-bs=	file.c file.c=%.o
-MOD.eq-bs=	${INP.eq-bs:%.c\=%.o=.ext}
+MOD.eq-bs=	${INP.eq-bs:%.c\=%.o=%.ext}
 EXP.eq-bs=	file.c file.ext
 
 # Having only an escaped = results in a parse error.

Reply via email to