projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
215e8e5
)
Testsuite: ignore timezone-specific debug output
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 25 Oct 2017 14:19:32 +0000
(15:19 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 25 Oct 2017 14:19:32 +0000
(15:19 +0100)
test/runtest
patch
|
blob
|
blame
|
history
diff --git
a/test/runtest
b/test/runtest
index 23319b75526e42df7297076528209ff272b452e3..8f8767af4566445ed2cfa6a7f831da13cb5fcbdf 100755
(executable)
--- 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]+$/;