comparison worker_shutdown_timeout_mail.t @ 1259:caf59f42a3e1

Tests: handled GC deficiency in Perl < 5.22. This allows to unbreak running worker_shutdown_timeout tests on stable. See for more details: https://rt.perl.org/Public/Bug/Display.html?id=122556
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 08 Dec 2017 15:39:03 +0300
parents 575d39cc0e35
children 97c8280de681
comparison
equal deleted inserted replaced
1258:784151520a9a 1259:caf59f42a3e1
90 ok($s->can_read(), 'mail connection shutdown'); 90 ok($s->can_read(), 'mail connection shutdown');
91 91
92 } 92 }
93 93
94 undef $s; 94 undef $s;
95 1;
95 96
96 ############################################################################### 97 ###############################################################################