]> granicus.if.org Git - php/commitdiff
Fix skipif
authorChristopher Jones <sixd@php.net>
Thu, 8 Dec 2011 20:43:23 +0000 (20:43 +0000)
committerChristopher Jones <sixd@php.net>
Thu, 8 Dec 2011 20:43:23 +0000 (20:43 +0000)
ext/phar/tests/phar_gobyebye-win32.phpt

index 0e1c70597c3aa146626d8dbe2ec3c5e1f88e7d69..43c8c77823b7227e4b9e00ade4639f79d7713200 100644 (file)
@@ -2,7 +2,7 @@
 Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d\r
 --SKIPIF--\r
 <?php if (!extension_loaded("phar")) die("skip");\r
-if (strpos(PHP_OS, 'WIN') !== false) die("Extra warning on Windows.");\r
+if (strpos(PHP_OS, 'WIN') === false) die("skip Extra warning on Windows.");\r
 ?>\r
 --INI--\r
 phar.readonly=0\r