summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-09-29 20:30:18 +0200
committerAnatol Belski <ab@php.net>2014-09-29 20:30:18 +0200
commit7f1239232e569d511912511fede9c2646ce725c9 (patch)
treee526f7a779cb086dd244373858b619fcf8cb6e06
parent1a2a8c6d4e62f8a3f21e8d82f6b5a2a943d63e7e (diff)
downloadphp-git-7f1239232e569d511912511fede9c2646ce725c9.tar.gz
fix test filename
-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--