diff options
author | Andreas Metzler <ametzler@bebt.de> | 2020-05-29 22:50:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-29 23:06:54 +0100 |
commit | 361615d1e97b82f4797381b749bc5977d7a1d66b (patch) | |
tree | 03fb1dacbe3bb445e57a7a8ef602173c08323966 /test | |
parent | 5fbb51949cbd9765421c5832c2d391f80f8183e9 (diff) |
Fix format of maildir filenames. Bug 1329
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
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*$/) |