mirror of
https://github.com/php/php-src.git
synced 2026-04-08 00:22:52 +02:00
When we run the test under non-root user, the test gets BORKed with: Warning: pcntl_unshare(): Error 1: No privilege to use these flags in ext/pcntl/tests/pcntl_unshare_03.skip.php on line 8 skip Insufficient privileges for CLONE_NEWUSER It looks like for the root-user there is the similar warning which is already suppressed (see the following "skip"). Let us skip the test properly if we aren't able to execute it