From 013392947c92e547c25c853964ec49d6e5add153 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 15 Feb 2026 22:30:52 +0100 Subject: [PATCH] Revert "build-gnu: disable date-debug test. It is dev focussed. (#10965)" This reverts commit 87c292f62432355ffb31b962af7c7fd43bc98e05. --- util/build-gnu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 34cec6c3af6..d693466c718 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -360,6 +360,3 @@ 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