Skip to content

Commit bfaa2f3

Browse files
committed
drop proc_open skipif again
Might have been a red herring?
1 parent 3ce5aee commit bfaa2f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/standard/tests/streams/proc_open_bug51800_right.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
--TEST--
22
Bug #51800 proc_open on Windows hangs forever, the right way to do it
3-
--SKIPIF--
4-
<?php
5-
if (strpos(PHP_OS, 'FreeBSD') !== false) {
6-
die("skip for FreeBSD");
7-
}
8-
?>
93
--FILE--
104
<?php
115
$callee = __DIR__ . "/process_proc_open_bug51800_right.php";

0 commit comments

Comments
 (0)