Skip to content

Commit ccb9b89

Browse files
committed
fix no perm for pcntl_unshare(42)
1 parent 80b40cc commit ccb9b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pcntl/tests/pcntl_unshare_04.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ posix
66
--SKIPIF--
77
<?php
88
if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
9+
if (file_exists('/etc/alpine-release')) { die('skip no privilege on Alpine OS in Github CI'); }
910
?>
1011
--FILE--
1112
<?php

0 commit comments

Comments
 (0)