From: Remi Collet Date: Wed, 19 Dec 2012 09:23:57 +0000 (+0100) Subject: fix failing test on Linux build X-Git-Tag: php-5.4.11RC1~25^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3732fa95c50a4cfc6f4e029635ec4976263ee5dc;p=php fix failing test on Linux build --- diff --git a/ext/sockets/tests/bug49341.phpt b/ext/sockets/tests/bug49341.phpt index c165ac7d68..961b5e7bc8 100644 --- a/ext/sockets/tests/bug49341.phpt +++ b/ext/sockets/tests/bug49341.phpt @@ -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--