Tue Jul 28 16:26:37 2020 UTC ()
Ensure .CURDIR is correct for tests that run sub-makes


(sjg)
diff -r1.72 -r1.73 src/usr.bin/make/unit-tests/Makefile

cvs diff -r1.72 -r1.73 src/usr.bin/make/unit-tests/Makefile (expand / switch to context diff)
--- src/usr.bin/make/unit-tests/Makefile 2020/07/28 16:11:55 1.72
+++ src/usr.bin/make/unit-tests/Makefile 2020/07/28 16:26:37 1.73
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2020/07/28 16:11:55 rillig Exp $
+# $NetBSD: Makefile,v 1.73 2020/07/28 16:26:37 sjg Exp $
 #
 # Unit tests for make(1)
 #
@@ -136,7 +136,7 @@
 	@echo testing ${.IMPSRC}
 	@set -eu; \
 	cd ${.OBJDIR}; \
-	env ${ENV.${.TARGET:R}} ${TEST_MAKE} \
+	env ${ENV.${.TARGET:R}} ${TEST_MAKE} -C ${.CURDIR} \
 	  ${FLAGS.${.TARGET:R}:U-k} -f ${.IMPSRC} \
 	  > ${.TARGET}.tmp 2>&1 \
 	&& status=$$? || status=$$?; \