git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Retry: always use interface, if set, for retry DB key. Bug 1678
[users/jgh/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index fbc4fc484f3cdc3f9cf63df7e19fd8bb20792669..7bf74d7e1b1178df17484b34f1e8af7ff81ddfbd 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1019,6
+1019,9
@@
RESET_AFTER_EXTRA_LINE_READ:
@saved = ();
}
@saved = ();
}
+ # remote port numbers vary
+ s/(Connection request from 127.0.0.1 port) \d{1,5}/$1 sssss/;
+
# Skip hosts_require_dane checks when the options
# are unset, because dane ain't always there.
# Skip hosts_require_dane checks when the options
# are unset, because dane ain't always there.
@@
-1379,7
+1382,7
@@
$munges =
{ 'mainlog' => 's/ X=TLS\S+ / X=TLS_proto_and_cipher /' },
'debug_pid' =>
{ 'mainlog' => 's/ X=TLS\S+ / X=TLS_proto_and_cipher /' },
'debug_pid' =>
- { 'stderr' => 's/\d{1,5}/ppppp/g' },
+ { 'stderr' => 's/
(^\s{0,4}|(?<=Process )|(?<=child ))
\d{1,5}/ppppp/g' },
};
};
@@
-2390,7
+2393,7
@@
if ($parm_exim eq "")
# directory. Thus, we should choose the highest version of Exim that has
# been compiled.
# directory. Thus, we should choose the highest version of Exim that has
# been compiled.
- if ($f eq "exim4" || $f eq "exim-snapshot")
+ if ($f eq "exim4" || $f eq "exim-snapshot"
|| $f eq 'src'
)
{ $srcdir = $f; }
else
{ $srcdir = $f
{ $srcdir = $f; }
else
{ $srcdir = $f