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
Testsuite: locate fakens relative to the config_main_directory
[users/jgh/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index f215bf4debff51ba8dd36c5352269611720095d1..62ab01bac112e8972e096bf299682c51a2d845f0 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1367,6
+1367,9
@@
$munges =
'scanfile_size' =>
{ 'stdout' => 's/(Content-length:) \d\d\d/$1 ddd/' },
+ 'delay_1500' =>
+ { 'stderr' => 's/(1[5-9]|23\d)\d\d msec/ssss msec/' },
+
};