summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2020-05-29 22:50:16 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-05-29 23:06:54 +0100
commit361615d1e97b82f4797381b749bc5977d7a1d66b (patch)
tree03fb1dacbe3bb445e57a7a8ef602173c08323966 /test
parent5fbb51949cbd9765421c5832c2d391f80f8183e9 (diff)
Fix format of maildir filenames. Bug 1329
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index c73ad4101..1e206f5d0 100755
--- a/test/runtest
+++ b/test/runtest
@@ -916,7 +916,7 @@ RESET_AFTER_EXTRA_LINE_READ:
s/renamed tmp\/\d+\.[^.]+\.(\S+) as new\/\d+\.[^.]+\.(\S+)/renamed tmp\/MAILDIR.$1 as new\/MAILDIR.$1/;
# Maildir file names in general
- s/\b\d+\.H\d+P\d+\b/dddddddddd.HddddddPddddd/;
+ s/\b\d+\.M\d+P\d+\b/dddddddddd.HddddddPddddd/;
# Maildirsize data
while (/^\d+S,\d+C\s*$/)