Skip to content

Commit bad5298

Browse files
committed
Make php_cli_server_pdeathsig.phpt SKIPIF more specific
1 parent 782ffd7 commit bad5298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sapi/cli/tests/php_cli_server_pdeathsig.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ include "skipif.inc";
88
if (!(str_contains(PHP_OS, 'Linux') || str_contains(PHP_OS, 'FreeBSD'))) {
99
die('skip PDEATHSIG is only supported on Linux and FreeBSD');
1010
}
11-
// This fails on 32-bit GitHub actions (probably due to Docker rather than 32-bit)
12-
if (PHP_INT_SIZE != 8) die("skip 64-bit only");
11+
if (@file_exists('/.dockerenv')) die("skip Broken in Docker");
1312
?>
1413
--FILE--
1514
<?php

0 commit comments

Comments
 (0)