From 8f8950c344cc3aa27efa0230519708aacc2de0fd Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 25 Oct 2017 15:19:32 +0100 Subject: [PATCH] Testsuite: ignore timezone-specific debug output --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) 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]+$/; -- 2.30.2