summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-12-08 20:43:23 +0000
committerChristopher Jones <sixd@php.net>2011-12-08 20:43:23 +0000
commit726b31cfc90618587dcfd5bd33b1c4086c83090a (patch)
tree1f71f0c1c156c46d43fc6ee95503df2ced60cfe9
parent4b860ccdad0802bb45d4ecea07281aa0e505f98f (diff)
downloadphp-git-726b31cfc90618587dcfd5bd33b1c4086c83090a.tar.gz
Fix skipif
-rw-r--r--ext/phar/tests/phar_gobyebye-win32.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_gobyebye-win32.phpt b/ext/phar/tests/phar_gobyebye-win32.phpt
index 0e1c70597c..43c8c77823 100644
--- a/ext/phar/tests/phar_gobyebye-win32.phpt
+++ b/ext/phar/tests/phar_gobyebye-win32.phpt
@@ -2,7 +2,7 @@
Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip");
-if (strpos(PHP_OS, 'WIN') !== false) die("Extra warning on Windows.");
+if (strpos(PHP_OS, 'WIN') === false) die("skip Extra warning on Windows.");
?>
--INI--
phar.readonly=0