summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2019-05-26 22:30:05 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2019-05-27 10:51:53 +0200
commit4bb6f9ba99ac30d603118adc38790f3e72524d5e (patch)
treeee8836be3e8c35e7567a934afb0b446d25ee9e87 /tests
parente6fac86dc35b876d2958ce77c01bb05bd7068ac3 (diff)
downloadphp-git-4bb6f9ba99ac30d603118adc38790f3e72524d5e.tar.gz
Make more tests run on Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/req60524.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/basic/req60524.phpt b/tests/basic/req60524.phpt
index 670940598a..6803e1fd88 100644
--- a/tests/basic/req60524.phpt
+++ b/tests/basic/req60524.phpt
@@ -2,12 +2,6 @@
Req #60524 (Specify temporary directory)
--INI--
sys_temp_dir=/path/to/temp/dir
---SKIPIF--
-<?php
-if(PHP_OS_FAMILY === "Windows") {
- die('skip non-windows only test');
-}
-?>
--FILE--
<?php echo sys_get_temp_dir(); ?>
--EXPECT--