summaryrefslogtreecommitdiffstats
path: root/imap/smaptestsuite
diff options
context:
space:
mode:
authorSam Varshavchik2022-01-28 22:28:51 -0500
committerSam Varshavchik2022-01-28 22:28:51 -0500
commit45d2b388ab539af1fe9390fdce3490939b1222e9 (patch)
treedc70b4cea616149bf62ab7dc5f4a7c838eda9c63 /imap/smaptestsuite
parent58d76526d480e25c0c738f28b32342bcd803a85b (diff)
downloadcourier-libs-45d2b388ab539af1fe9390fdce3490939b1222e9.tar.bz2
Fix minor memory leaks
Diffstat (limited to 'imap/smaptestsuite')
-rw-r--r--imap/smaptestsuite16
1 files changed, 15 insertions, 1 deletions
diff --git a/imap/smaptestsuite b/imap/smaptestsuite
index 4962027..2ea5849 100644
--- a/imap/smaptestsuite
+++ b/imap/smaptestsuite
@@ -661,8 +661,22 @@ test message
EOF
n=`expr $n + 1`
done
-env AUTHENTICATED=confmdtest IMAP_BROKENUIDV=1 IMAP_KEYWORDS=1 MOVE_EXPUNGE_TO_TRASH=1 MAILDIR=confmdtest PROTOCOL=SMAP1 $IMAPINVOKE <<EOF | sed "$SED"
+env AUTHENTICATED=user1 IMAP_BROKENUIDV=1 IMAP_KEYWORDS=1 MOVE_EXPUNGE_TO_TRASH=1 MAILDIR=confmdtest PROTOCOL=SMAP1 $IMAPINVOKE <<EOF | sed "$SED"
OPEN INBOX
EXPUNGE
+SETACL INBOX "" -owner c
+MKDIR INBOX subdir
+CREATE INBOX subdir
+SETACL INBOX "" -owner ""
+MKDIR INBOX subdir
+CREATE INBOX subdir
+SETACL INBOX "" -owner x
+RMDIR INBOX subdir
+SETACL INBOX "" -owner ""
+RMDIR INBOX subdir
+SETACL INBOX subdir "" -owner x
+DELETE INBOX subdir
+SETACL INBOX subdir "" -owner ""
+DELETE INBOX subdir
LOGOUT
EOF