summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2008-01-31 18:31:54 +0000
committerRasmus Lerdorf <rasmus@php.net>2008-01-31 18:31:54 +0000
commit3275f1b057dfb676fc4bb360aa417674764ee446 (patch)
treee75fc512ca84e05d094df15cafc9fb59d8c51321 /ext
parent5fce0e51fd28795369e4afca425adbf161272559 (diff)
downloadphp-git-3275f1b057dfb676fc4bb360aa417674764ee446.tar.gz
There are plenty of other non-Windows operating systems
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/tests/file/005_variation-win32.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/005_variation-win32.phpt b/ext/standard/tests/file/005_variation-win32.phpt
index 2609070fc5..34558758e3 100644
--- a/ext/standard/tests/file/005_variation-win32.phpt
+++ b/ext/standard/tests/file/005_variation-win32.phpt
@@ -3,7 +3,7 @@ Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) != 'WIN') {
- die('skip Do not run on Linux');
+ die('skip Windows-only test');
}
?>
--FILE--