From dcb944b35295833d7a90334ccdf08b56a3b707b2 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 2 Mar 2015 10:45:10 +0100 Subject: [PATCH] avoid skipif as this indeed should be tested plus do expect regex .* --- ext/standard/tests/mail/bug69115.phpt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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=== -- 2.50.1