tests: ensure getlimits is on PATH for reused GNU builds

This commit is contained in:
Sylvestre Ledru
2026-04-01 10:46:15 +02:00
committed by Daniel Hofstetter
parent e417bd18db
commit aa7a88640f
+4
View File
@@ -160,6 +160,10 @@ else
touch gnu-built
fi
# Keep getlimits available on PATH for GNU shell and Perl tests even when
# reusing an existing GNU build directory.
test -f src/getlimits && cp -f src/getlimits "${UU_BUILD_DIR}"
# Keep Makefile.in newer than the local.mk files we just modified,
# and Makefile newer than Makefile.in, so make won't re-run
# automake or config.status and undo our edits.