From: Jeremy Harris Date: Wed, 25 Oct 2017 14:19:32 +0000 (+0100) Subject: Testsuite: ignore timezone-specific debug output X-Git-Tag: exim-4_90_RC1~11 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/8f8950c344cc3aa27efa0230519708aacc2de0fd Testsuite: ignore timezone-specific debug output --- diff --git a/test/runtest b/test/runtest index 23319b755..8f8767af4 100755 --- a/test/runtest +++ b/test/runtest @@ -935,6 +935,9 @@ RESET_AFTER_EXTRA_LINE_READ: s/\b(gethostbyname2?|\bgetipnodebyname)(\(af=inet\))?/get[host|ipnode]byname[2]/; + # we don't care what TZ enviroment the testhost was running + next if /^Reset TZ to/; + # drop gnutls version strings next if /GnuTLS compile-time version: \d+[\.\d]+$/; next if /GnuTLS runtime version: \d+[\.\d]+$/;