]> granicus.if.org Git - php/commitdiff
fix test filename
authorAnatol Belski <ab@php.net>
Mon, 29 Sep 2014 18:30:18 +0000 (20:30 +0200)
committerAnatol Belski <ab@php.net>
Mon, 29 Sep 2014 18:30:18 +0000 (20:30 +0200)
ext/standard/tests/streams/proc_open_bug51800_right2.phpt

index 69c75cf26300cd6336b2b0fa10aaf602473cfcd2..1e742745c1e104dcb6ef6d8100dfca7cbc316aea 100644 (file)
@@ -2,7 +2,7 @@
 Bug #51800 proc_open on Windows hangs forever, the right way to do it with more data
 --FILE--
 <?php
-$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right.php";
+$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right2.php";
 $php = PHP_BINARY;
 $cmd = "$php $callee";
 
@@ -66,7 +66,7 @@ var_dump(array(
 ===DONE===
 --CLEAN--
 <?php
-$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right.php";
+$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right2.php";
 unlink($callee);
 ?>
 --EXPECTF--