X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/215e8e5fd8ac4478650cedde8d00dd529081938f..8f8950c344cc3aa27efa0230519708aacc2de0fd:/test/runtest 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]+$/;