Skip to content

Commit b140f6e

Browse files
committed
Fix test under older CI configurations
1 parent bdc87b0 commit b140f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sapi/cli/tests/bug80092.phpt

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (!file_exists($extDir . '/opcache.so')) {
1515
<?php
1616

1717
$cmd = [
18-
PHP_BINARY, '-n',
18+
PHP_BINARY,
1919
'-dextension_dir=' . ini_get('extension_dir'),
2020
'-dzend_extension=opcache.so',
2121
'-dopcache.enable=1',
@@ -29,6 +29,7 @@ echo stream_get_contents($pipes[1]);
2929

3030
?>
3131
--EXPECTF--
32+
%A
3233
preloaded
3334
PHP %s
3435
Copyright (c) The PHP Group

0 commit comments

Comments
 (0)