I think there's been some changes in the way we compute the ACL for files we create, which is causing a couple of tests to fail in CI.
Get rid of inheritable permissions, so filemodes follow the simple behaviour (just controlled by umask) that tests expect. (It seems like there must be something wrong with the contortions we go through to run the testsuite against the just-built DLL, as otherwise we've have noticed these failures earlier?) Jon Turney (2): CI: Remove inheritable permissions from working directory Revert "Cygwin: CI: XFAIL umask03" .github/workflows/cygwin.yml | 3 +++ winsup/testsuite/Makefile.am | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) -- 2.45.1