From 2ba01be7ce1f15864586c59e95a700640e3a220c Mon Sep 17 00:00:00 2001 From: Zoe Slattery Date: Fri, 5 Dec 2008 10:59:08 +0000 Subject: [PATCH] Update to use norsh flag --- ext/imap/tests/imap_include.inc | 4 ++-- ext/imap/tests/skipif.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +?> -- 2.50.1