saidsay-so / pjdfstest

A file system test suite to assess the correctness of file system implementations in terms of POSIX compliance.
https://saidsay-so.github.io/pjdfstest/
Other
8 stars 1 forks source link

Files not cleaned correctly #64

Closed saidsay-so closed 2 years ago

saidsay-so commented 2 years ago

The created folders are not cleaned completely because of some files which rights don't allow opening them.

asomers commented 2 years ago

Oh, is that because some files have 0o444 permission, or because of the chflags settings?

saidsay-so commented 2 years ago

I don't think that it's chflags, since I have been able to reproduce it only on Linux so far.

saidsay-so commented 2 years ago

It seems to be caused by the 0o444 permission, indeed.