summaryrefslogtreecommitdiffstats
path: root/imap/testsuite
diff options
context:
space:
mode:
authorSam Varshavchik2018-07-16 21:59:46 -0400
committerSam Varshavchik2018-07-16 22:11:07 -0400
commite4f98ec36e9e4f6bec532a3b0b93bef6bbd6374a (patch)
treeae952e04e8ae5e0c5fc6ad1037e6309c0767bc2e /imap/testsuite
parent711f59c72f26a1af7865c70edeac54db12eac076 (diff)
downloadcourier-libs-e4f98ec36e9e4f6bec532a3b0b93bef6bbd6374a.tar.bz2
courier-imap: update testsuite.
Diffstat (limited to 'imap/testsuite')
-rwxr-xr-ximap/testsuite5
1 files changed, 3 insertions, 2 deletions
diff --git a/imap/testsuite b/imap/testsuite
index 53671c0..1283f28 100755
--- a/imap/testsuite
+++ b/imap/testsuite
@@ -12,7 +12,7 @@ echo '* Sanity check in progress *' >&2
echo '****************************' >&2
#test ! -d confmdtest || find confmdtest -exec chmod u+rwx {} \;
#test ! -d confmdtest2 || find confmdtest2 -exec chmod u+rwx {} \;
-test ! -d confmdtest || chmod -R u+rwx confmdtest
+test ! -d confmdtest || chmod -R u+rwx confmdtest
test ! -d confmdtest2 || chmod -R u+rwx confmdtest2
rm -rf confmdtest
../maildir/maildirmake confmdtest || exit 1
@@ -1033,6 +1033,7 @@ usér/3 1 1 `pwd` confmdtest3
EOF
env AUTHENTICATED=user1 IMAP_KEYWORDS=1 IMAP_MOVE_EXPUNGE_TO_TRASH=1 IMAP_BROKENUIDV=1 MAILDIR=confmdtest2 ./imapd <<EOF | sed 's/UIDVALIDITY [0-9]*/UIDVALIDITY/;s/INTERNALDATE "[^"]*"/INTERNALDATE -DATE-/g'
+a ENABLE UTF8=ACCEPT
T055 LIST "" "#shared.b.*"
T056 LIST "" "#shared.b.%"
T057 LIST "" "#shared.b.user 2.*"
@@ -1041,6 +1042,7 @@ TDONE LOGOUT
EOF
env IMAP_SHAREDMUNGENAMES=1 AUTHENTICATED=user1 IMAP_KEYWORDS=1 IMAP_MOVE_EXPUNGE_TO_TRASH=1 IMAP_BROKENUIDV=1 MAILDIR=confmdtest2 ./imapd <<EOF | sed 's/UIDVALIDITY [0-9]*/UIDVALIDITY/;s/INTERNALDATE "[^"]*"/INTERNALDATE -DATE-/g'
+a ENABLE UTF8=ACCEPT
T055 LIST "" "#shared.b.*"
T056 LIST "" "#shared.b.%"
T057 LIST "" "#shared.b.user\\\\:2.*"
@@ -1081,4 +1083,3 @@ T085 GETACL INBOX
T086 LIST(ACL) "" INBOX
TDONE LOGOUT
EOF
-