We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4d5e9 commit 87c292fCopy full SHA for 87c292f
1 file changed
util/build-gnu.sh
@@ -360,3 +360,6 @@ sed -i 's/echo "changing security context/echo "chcon: changing security context
360
# * the selinux crate is handling errors
361
# * the test says "maybe we should not fail when no context available"
362
sed -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh
363
+
364
+# Disable date-debug test - not interesting to implement it
365
+sed -i '1a exit 0' tests/date/date-debug.sh
0 commit comments