build-gnu: disable date-debug test. It is dev focussed. (#10965)

This commit is contained in:
Sylvestre Ledru
2026-02-15 22:08:55 +01:00
committed by GitHub
parent 9b4d5e9a42
commit 87c292f624
+3
View File
@@ -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