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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/tests/017.phpt b/sapi/cli/tests/017.phpt
index a19d0a6bd3..f3c3b60e8b 100644
--- a/sapi/cli/tests/017.phpt
+++ b/sapi/cli/tests/017.phpt
@@ -1,8 +1,8 @@
--TEST--
CLI -a and libedit
--SKIPIF--
-<?php
-include "skipif.inc";
+<?php
+include "skipif.inc";
if (!extension_loaded('readline') || readline_info('done') !== NULL) {
die ("skip need readline support using libedit");
}