filesystem icon indicating copy to clipboard operation
filesystem copied to clipboard

179 skip fchmod flag (#1)

Open dsingh-mw opened this issue 1 year ago • 1 comments

Added test for the flag "ignore_attribute_errors"

dsingh-mw avatar Jan 14 '24 11:01 dsingh-mw

I don't think there's a good way to test this. Replacing fchmod (a) requires relying on specific linker behavior, (b) may affect code other than boost::filesystem::copy_file and (c) relies on that copy_file actually uses fchmod internally. Neither of these I like, so I'm not going to merge this.

Lastique avatar Jan 14 '24 11:01 Lastique