diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-25 15:19:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-25 15:19:32 +0100 |
commit | 8f8950c344cc3aa27efa0230519708aacc2de0fd (patch) | |
tree | 7794ed0b48ece2aff93dc3f680eabe66fffbad32 /test/runtest | |
parent | 215e8e5fd8ac4478650cedde8d00dd529081938f (diff) |
Testsuite: ignore timezone-specific debug output
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
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]+$/; |