The source project of this merge request has been removed.
Tests: Handle that root users on linux can always write to files
It is common when running software from a container setup such as docker that the user is root. Because of this, some permission checks are pointless as the root user ( uid=0 ) can always do things such as write to files.
Edited by Brad King