diff options
| author | Sam Varshavchik | 2018-07-16 21:59:46 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-16 22:11:07 -0400 | 
| commit | e4f98ec36e9e4f6bec532a3b0b93bef6bbd6374a (patch) | |
| tree | ae952e04e8ae5e0c5fc6ad1037e6309c0767bc2e /imap/testsuitefix.pl.in | |
| parent | 711f59c72f26a1af7865c70edeac54db12eac076 (diff) | |
| download | courier-libs-e4f98ec36e9e4f6bec532a3b0b93bef6bbd6374a.tar.bz2 | |
courier-imap: update testsuite.
Diffstat (limited to 'imap/testsuitefix.pl.in')
| -rw-r--r-- | imap/testsuitefix.pl.in | 2 | 
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/;  } | 
