summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
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]+$/;