1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00

- Fixed test (Eyal Teutsch)

This commit is contained in:
Felipe Pena
2010-12-04 15:57:08 +00:00
parent 75d8fd8d42
commit 74484db1aa

View File

@@ -1,7 +1,7 @@
--TEST--
Bug #46024 stream_select() doesn't return the correct number
--SKIPIF--
<?php if (!getenv('TEST_PHP_EXECUTABLE')) die("TEST_PHP_EXECUTABLE not defined"); ?>
<?php if (!getenv('TEST_PHP_EXECUTABLE')) die("skip TEST_PHP_EXECUTABLE not defined"); ?>
--FILE--
<?php
$php = getenv('TEST_PHP_EXECUTABLE');