Skip to content

Commit c4d69c2

Browse files
committed
Fix test expectation now that -a doesn't work without readline
Follow-up upon 959e578
1 parent d60bc0e commit c4d69c2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Zend/tests/bug40236.phpt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ $php = getenv('TEST_PHP_EXECUTABLE');
1010
$cmd = "\"$php\" -n -d memory_limit=4M -a \"".__DIR__."\"/bug40236.inc";
1111
echo `$cmd`;
1212
?>
13-
--EXPECTF--
14-
Interactive %s
15-
16-
ok
13+
--EXPECT--
14+
Interactive shell (-a) requires the readline extension.

0 commit comments

Comments
 (0)