]> granicus.if.org Git - php/commitdiff
Revert changes in test file
authorGabriel Caruso <carusogabriel34@gmail.com>
Fri, 31 Aug 2018 11:39:18 +0000 (08:39 -0300)
committerGabriel Caruso <carusogabriel34@gmail.com>
Fri, 31 Aug 2018 11:48:48 +0000 (08:48 -0300)
This reverts changes made in 2f700384 and 4fcaebba. This test is
supposed to run
only on Windows indeed, as in a Unix environment with a mail server
configured,
an email will be send. On Windows, only emptying the SMTP ini directives
is enough.

ext/standard/tests/mail/bug69115.phpt

index 8a4bed1296917ea79cf14388e32e2080f88baf5d..78fa49fe42476393488cd2f759b3e85852919b38 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #69115 crash in mail (plus indirect pcre test)
+--SKIPIF--
+<?php if (substr(PHP_OS, 0, 3) !== 'WIN') die('skip Windows only test, as in Unix builds it sends an email'); ?>
 --INI--
 SMTP = 
 smtp_port =
@@ -12,3 +14,4 @@ mail('user@example.com', 'My Subject', $message, "From: me@me.me");
 ===DONE===
 --EXPECTREGEX--
 .*
+===DONE===