Testsuite: ignore timezone-specific debug output
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 25 Oct 2017 14:19:32 +0000 (15:19 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 25 Oct 2017 14:19:32 +0000 (15:19 +0100)
test/runtest

index 23319b75526e42df7297076528209ff272b452e3..8f8767af4566445ed2cfa6a7f831da13cb5fcbdf 100755 (executable)
@@ -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]+$/;