]> granicus.if.org Git - php/commitdiff
avoid skipif as this indeed should be tested
authorAnatol Belski <ab@php.net>
Mon, 2 Mar 2015 09:45:10 +0000 (10:45 +0100)
committerAnatol Belski <ab@php.net>
Tue, 3 Mar 2015 16:19:14 +0000 (17:19 +0100)
plus do expect regex .*

ext/standard/tests/mail/bug69115.phpt

index 360640a3fe13cfaece2b7945c69127c9b642a351..1d7459eeb559e4b3bee2c82eacdf096a89cd9ee1 100644 (file)
@@ -5,8 +5,6 @@ Bug #69115 crash in mail (plus indirect pcre test)
 if( substr(PHP_OS, 0, 3) != 'WIN' ) {
    die('skip...Windows only test');
 }
-
-require_once(dirname(__FILE__).'/mail_skipif.inc');
 ?>
 --FILE--
 <?php
@@ -15,5 +13,6 @@ $message = "Line 1\r\nLine 2\r\nLine 3";
 mail('user@example.com', 'My Subject', $message, "From: me@me.me");
 ?>
 ===DONE===
---EXPECT--
+--EXPECTREGEX--
+.*
 ===DONE===