From 6fd496a2a973f7fa1dc55f31b7cbad0aade827c0 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:16:12 +0900 Subject: [PATCH] fetch-gnu.sh: fix hardcoded pathes to GNU test binary --- util/fetch-gnu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/fetch-gnu.sh b/util/fetch-gnu.sh index 2bc8caafb22..41b9a49b4be 100755 --- a/util/fetch-gnu.sh +++ b/util/fetch-gnu.sh @@ -7,6 +7,7 @@ curl -L "${repo}/releases/download/v${ver}/coreutils-${ver}.tar.xz" | tar --stri backport=( cat/splice.sh # split tests dd/fail-ftruncate-fstat.sh # remove LD_PRELOAD + dd/stderr.sh # replace GNU/test binary by uutils/test misc/close-stdout.sh # fix hardcoded pathes to GNU executables misc/uname-labeled.sh # uname -A/--all-labeled, added after $ver nproc/nproc-quota.sh # remove LD_PRELOAD