summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/019.phpt')
-rw-r--r--sapi/cli/tests/019.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/019.phpt b/sapi/cli/tests/019.phpt
index 2b8c0f007e..e8404d835e 100644
--- a/sapi/cli/tests/019.phpt
+++ b/sapi/cli/tests/019.phpt
@@ -4,7 +4,7 @@ CLI php -i
<?php
include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die ("skip not for Windows");
+ die ("skip not for Windows");
}
?>
--FILE--