Skip to content

Commit 7f12392

Browse files
committed
fix test filename
1 parent 1a2a8c6 commit 7f12392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/streams/proc_open_bug51800_right2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Bug #51800 proc_open on Windows hangs forever, the right way to do it with more data
33
--FILE--
44
<?php
5-
$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right.php";
5+
$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right2.php";
66
$php = PHP_BINARY;
77
$cmd = "$php $callee";
88

@@ -66,7 +66,7 @@ var_dump(array(
6666
===DONE===
6767
--CLEAN--
6868
<?php
69-
$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right.php";
69+
$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right2.php";
7070
unlink($callee);
7171
?>
7272
--EXPECTF--

0 commit comments

Comments
 (0)