Skip to content

Commit

Permalink
Fixed failed with libedit
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Apr 15, 2016
1 parent 8a17b1a commit 163d26d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sapi/cli/tests/bug64529.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Bug #64529 (Ran out of opcode space)
if (substr(PHP_OS, 0, 3) == "WIN") {
die("skip non windows test");
}
if (!extension_loaded("readline") || !readline_info("done")) {
die("skip readline support required");
}
exec('which expect', $output, $ret);
if ($ret) {
die("skip no expect installed");
Expand Down

0 comments on commit 163d26d

Please sign in to comment.