summaryrefslogtreecommitdiff
path: root/ext/curl/tests/bug61948-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/tests/bug61948-win32.phpt')
-rw-r--r--ext/curl/tests/bug61948-win32.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/bug61948-win32.phpt b/ext/curl/tests/bug61948-win32.phpt
index b91ccb7815..2194c68806 100644
--- a/ext/curl/tests/bug61948-win32.phpt
+++ b/ext/curl/tests/bug61948-win32.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
--SKIPIF--
-<?php if (!extension_loaded("curl")) print "skip";
+<?php if (!extension_loaded("curl")) print "skip";
if(substr(PHP_OS, 0, 3) != 'WIN' )
die("skip Not Valid for Linux");
?>