summaryrefslogtreecommitdiffstats
path: root/imap/testsuitefix.pl.in
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/testsuitefix.pl.in
parent711f59c72f26a1af7865c70edeac54db12eac076 (diff)
downloadcourier-libs-e4f98ec36e9e4f6bec532a3b0b93bef6bbd6374a.tar.bz2
courier-imap: update testsuite.
Diffstat (limited to 'imap/testsuitefix.pl.in')
-rw-r--r--imap/testsuitefix.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/testsuitefix.pl.in b/imap/testsuitefix.pl.in
index ee22d8c..abe0e6f 100644
--- a/imap/testsuitefix.pl.in
+++ b/imap/testsuitefix.pl.in
@@ -17,5 +17,5 @@ while (<>)
s/^\* ADD \"UID=.*/* ADD UID/;
s/^\* COPY \d+ \"NEWUID=.*/* COPY NEWUID/;
printf("%06d %s", $n, $_);
- ++$n unless $_ =~ /^\* (LIST|LSUB)/;
+ ++$n unless $_ =~ /^\* (LIST|LSUB|ENABLED)/ || $_ =~ /Options enabled/;
}