]> granicus.if.org Git - php/commitdiff
- Fixed test (Eyal Teutsch)
authorFelipe Pena <felipe@php.net>
Sat, 4 Dec 2010 15:57:08 +0000 (15:57 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 4 Dec 2010 15:57:08 +0000 (15:57 +0000)
ext/standard/tests/streams/bug46024.phpt

index 34407cdc8d14477ebcfece53e5f44db9585809dc..3f2a5f836b54237551828732da700a9917c0aa2d 100644 (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');