1
0
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:
Remi Collet
2012-12-19 10:23:57 +01:00
parent 05deaf1706
commit 3732fa95c5
+1 -1
View File
@@ -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