Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: use chmod and File::Copy's copy, not system
Before, ci/test-11-unpriv.pl used Perl's "system" function to execute a Unix command line to copy a file and change the permissions of the copy. Now, the Perl functions "copy" (from File::Copy) and "chmod" are used instead.
- Loading branch information