Browse Source

fix test for good consoles (tm)

PECL
Nuno Lopes 18 years ago
parent
commit
504fe5eedb
  1. 3
      sapi/cli/tests/016.phpt

3
sapi/cli/tests/016.phpt

@ -11,6 +11,9 @@ if (!extension_loaded('readline') || readline_info('done') === NULL) {
<?php
$php = getenv('TEST_PHP_EXECUTABLE');
// disallow console escape sequences that may break the output
putenv('TERM=VT100');
$codes = array();
$codes[1] = <<<EOT

Loading…
Cancel
Save