mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
fix failing test on Linux build
This commit is contained in:
@@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) {
|
||||
die('skip sockets extension not available.');
|
||||
}
|
||||
if (PHP_OS !== 'Darwin' && false === strpos(PHP_OS, 'BSD')) {
|
||||
die('is not *BSD.');
|
||||
die('skip is not *BSD.');
|
||||
}
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user