summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/017.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/017.phpt')
-rw-r--r--sapi/cli/tests/017.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/017.phpt b/sapi/cli/tests/017.phpt
index 6c9a792476..344daa7408 100644
--- a/sapi/cli/tests/017.phpt
+++ b/sapi/cli/tests/017.phpt
@@ -4,7 +4,7 @@ CLI -a and libedit
<?php
include "skipif.inc";
if (!extension_loaded('readline') || readline_info('done') !== NULL) {
- die ("skip need readline support using libedit");
+ die ("skip need readline support using libedit");
}
if(substr(PHP_OS, 0, 3) == 'WIN' ) {
die('skip not for Windows');