mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 02:58:43 +00:00
aaab9ee0cf
Because even though permissions are only the 7 least significant bits of the file mode but the file mode can be wider and can contain further info (like the sticky bit). Extend unit test for converting file mode with sticky bit into 'rwx' style permission string. Remove old test cases This closes #4490. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>