diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-23 14:57:51 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-23 14:57:51 +0000 |
commit | 1cc59d374be28e0f2a27720d003271216676c12e (patch) | |
tree | d42030e9e56c2125954dd1f0079081faad9f6bb1 /test/runtest | |
parent | b01dd148c3a5f3a70817b08e41ad21aeee1d8f28 (diff) |
Add some tolerance for QT= value in tests.
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index ac56a1c95..0d5b10504 100755 --- a/test/runtest +++ b/test/runtest @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.21 2007/01/15 15:59:22 ph10 Exp $ +# $Cambridge: exim/test/runtest,v 1.22 2007/01/23 14:57:51 ph10 Exp $ ############################################################################### # This is the controlling script for the "new" test suite for Exim. It should # @@ -429,6 +429,9 @@ while(<IN>) # Date/time in exim -bV output s/\d\d-[A-Z][a-z]{2}-\d{4}\s\d\d:\d\d:\d\d/07-Mar-2000 12:21:52/g; + # Time on queue tolerance + s/QT=1s/QT=0s/; + # ======== Caller's login, uid, gid, home ======== |