Description: Fixes unit testing for the phpunit test file.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no

--- php-mail-1.2.0.orig/Mail-1.2.0/tests/smtp_error.phpt
+++ php-mail-1.2.0/Mail-1.2.0/tests/smtp_error.phpt
@@ -24,4 +24,4 @@ if (is_a($e, 'PEAR_Error')) {
 }
 
 --EXPECT--
-Failed to connect to bogus.host.tld:25 [SMTP: Failed to connect socket:  (code: -1, response: )]
+Failed to connect to bogus.host.tld:25 [SMTP: Failed to connect socket: fsockopen(): unable to connect to bogus.host.tld:25 (php_network_getaddresses: getaddrinfo failed: Name or service not known) (code: -1, response: )]
