summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/tests/streams/proc_open_bug51800_right2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/streams/proc_open_bug51800_right2.phpt b/ext/standard/tests/streams/proc_open_bug51800_right2.phpt
index 69c75cf263..1e742745c1 100644
--- a/ext/standard/tests/streams/proc_open_bug51800_right2.phpt
+++ b/ext/standard/tests/streams/proc_open_bug51800_right2.phpt
@@ -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--