Skip to content

Commit 85b0019

Browse files
committed
Remove unstable test output
This may be printed in a different order, and we don't care about it anyway.
1 parent e11ed02 commit 85b0019

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/pcre/tests/bug78272.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ if ($pid === 0) {
1616
print "End child\n";
1717
exit(0);
1818
} else {
19-
print "Main start\n";
2019
pcntl_waitpid($pid, $status);
2120
print "End Main\n";
2221
exit(0);
2322
}
2423
?>
2524
--EXPECT--
26-
Main start
2725
Child start
2826
Array
2927
(

0 commit comments

Comments
 (0)