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