diff options
Diffstat (limited to 'tests/basic/req60524.phpt')
| -rw-r--r-- | tests/basic/req60524.phpt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/basic/req60524.phpt b/tests/basic/req60524.phpt index 6803e1fd8..7cc3edfab 100644 --- a/tests/basic/req60524.phpt +++ b/tests/basic/req60524.phpt @@ -2,6 +2,12 @@ Req #60524 (Specify temporary directory) --INI-- sys_temp_dir=/path/to/temp/dir +--SKIPIF-- +<?php +if (substr(PHP_OS, 0, 3) == 'WIN') { + die('skip non-windows only test'); +} +?> --FILE-- <?php echo sys_get_temp_dir(); ?> --EXPECT-- |
