From d7f969c008c2ce93f0fc4d1497a2048f175c393d Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:20:14 +0900 Subject: [PATCH] GnuTests: mask an equivalent df test --- util/build-gnu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 6c5cb6145..06eafcd94 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -153,7 +153,8 @@ else echo "strip t${i}.sh from Makefile and tests/local.mk" sed -i -e "s/\$(tf)\/t${i}.sh//g" Makefile tests/local.mk done - + # Remove LD_PRELOAD implementation of no-mtab-status-masked-proc. not compatible with our binary + sed -i '/tests\/df\/no-mtab-status.sh/ D' Makefile # Remove tests checking for --version & --help # Not really interesting for us and logs are too big sed -i '/tests\/help\/help-version.sh/ D' Makefile