From: Zoe Slattery Date: Fri, 5 Dec 2008 11:02:04 +0000 (+0000) Subject: Update to use norsh flag X-Git-Tag: php-5.3.0beta1~512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b4f84770fe15cade59102b0d3422e6d51950dea;p=php Update to use norsh flag --- diff --git a/ext/imap/tests/imap_include.inc b/ext/imap/tests/imap_include.inc index a93187871d..3f9845476c 100644 --- a/ext/imap/tests/imap_include.inc +++ b/ext/imap/tests/imap_include.inc @@ -1,6 +1,6 @@ \ No newline at end of file +?> diff --git a/ext/imap/tests/skipif.inc b/ext/imap/tests/skipif.inc index d01fcd986f..dcfc3c1727 100644 --- a/ext/imap/tests/skipif.inc +++ b/ext/imap/tests/skipif.inc @@ -2,7 +2,7 @@ extension_loaded('imap') or die('skip imap extension not available in this build'); // Change these to make tests run successfully -$mailbox = '{localhost}'; +$mailbox = '{localhost/norsh}'; $username = 'webmaster@something.com'; $password = 'p4ssw0rd'; $options = OP_HALFOPEN; // this should be enough to verify server present @@ -13,4 +13,4 @@ if (!$mbox) { die("skip could not connect to mailbox $mailbox"); } imap_close($mbox); -?> \ No newline at end of file +?>