From: Anatol Belski Date: Mon, 2 Mar 2015 09:45:10 +0000 (+0100) Subject: avoid skipif as this indeed should be tested X-Git-Tag: PRE_PHP7_EREG_MYSQL_REMOVALS~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcb944b35295833d7a90334ccdf08b56a3b707b2;p=php avoid skipif as this indeed should be tested plus do expect regex .* --- diff --git a/ext/standard/tests/mail/bug69115.phpt b/ext/standard/tests/mail/bug69115.phpt index 360640a3fe..1d7459eeb5 100644 --- a/ext/standard/tests/mail/bug69115.phpt +++ b/ext/standard/tests/mail/bug69115.phpt @@ -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-- ===DONE=== ---EXPECT-- +--EXPECTREGEX-- +.* ===DONE===