From d3e43ca8381b131a3a81eed57e3bd80f2defbe98 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 15 Feb 2026 21:50:45 +0100 Subject: [PATCH] build-gnu: disable date-debug test. It is dev focussed. --- util/build-gnu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index a3512e8ec27..51e25f7a529 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -360,3 +360,6 @@ sed -i 's/echo "changing security context/echo "chcon: changing security context # * the selinux crate is handling errors # * the test says "maybe we should not fail when no context available" sed -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh + +# Disable date-debug test - not interesting to implement it +sed -i '1a exit 0' tests/date/date-debug.sh