From 978674a001bd1e3d00bc298ee27fca620c98b5dc Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Fri, 11 Feb 2022 22:15:36 -0500 Subject: Fix make check Order of copied messages may be non-determinstic, resulting in a different expunge message. --- imap/smaptestsuite | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'imap/smaptestsuite') diff --git a/imap/smaptestsuite b/imap/smaptestsuite index 2ea5849..a7c3cec 100644 --- a/imap/smaptestsuite +++ b/imap/smaptestsuite @@ -610,7 +610,14 @@ OPEN INBOX SETACL INBOX "" -owner i COPY 1-4 "" INBOX DELETEACL INBOX "" -owner -COPY 1-4 "" INBOX +COPY 1 "" INBOX +NOOP +COPY 2 "" INBOX +NOOP +COPY 3 "" INBOX +NOOP +COPY 4 "" INBOX +NOOP CLOSE CREATE INBOX a MKDIR INBOX b -- cgit v1.2.3