From 4831fa6d6c3fc8c117d5684c8ef5be8974d500d5 Mon Sep 17 00:00:00 2001 From: aswin-mcw Date: Thu, 11 Jun 2026 17:38:27 +0530 Subject: [PATCH] Cygwin: align testsuite tmp directory with runtime path resolution --- winsup/testsuite/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/testsuite/Makefile.am b/winsup/testsuite/Makefile.am index 8f2967a6dc..3ec329ecc4 100644 --- a/winsup/testsuite/Makefile.am +++ b/winsup/testsuite/Makefile.am @@ -364,7 +364,7 @@ export cygrun=$(builddir)/mingw/cygrun # check-local: - $(MKDIR_P) ${builddir}/testinst/tmp + $(MKDIR_P) ${builddir}/tmp cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe sh.exe cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe sleep.exe cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe ls.exe @@ -374,7 +374,7 @@ check_programs: $(check_PROGRAMS) clean-local: rm -f *.stackdump - rm -rf ${builddir}/testinst/tmp + rm -rf ${builddir}/tmp if CROSS_BOOTSTRAP SUBDIRS = mingw