git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Logging: convert an internal element from static to allocated buffer
[exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 17f7ab4c908434175453be3b82666a00f7f35ea1..ae2d929fd901a5472f7c05f80e83e8daa6f01e5c 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1864,13
+1864,13
@@
if (-e $sf_current)
for (my $i = 0; $i < @munged; $i++)
{
for (my $i = 0; $i < @munged; $i++)
{
- if ($munged[$i] =~ /^[-\d]{10}\s[:\d]{8}
\s[-A-Za-z\d]{16
}\s[-=*]>/)
+ if ($munged[$i] =~ /^[-\d]{10}\s[:\d]{8}
(\.\d{3})?\s[-A-Za-z\d]{23
}\s[-=*]>/)
{
my $j;
for ($j = $i + 1; $j < @munged; $j++)
{
last if $munged[$j] !~
{
my $j;
for ($j = $i + 1; $j < @munged; $j++)
{
last if $munged[$j] !~
- /^[-\d]{10}\s[:\d]{8}
\s[-A-Za-z\d]{16
}\s[-=*]>/;
+ /^[-\d]{10}\s[:\d]{8}
(\.\d{3})?\s[-A-Za-z\d]{23
}\s[-=*]>/;
}
@temp = splice(@munged, $i, $j - $i);
@temp = sort(@temp);
}
@temp = splice(@munged, $i, $j - $i);
@temp = sort(@temp);