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
diff --git a/worker_shutdown_timeout_mail.t b/worker_shutdown_timeout_mail.t
index 37b046b..8441158 100644
--- a/worker_shutdown_timeout_mail.t
+++ b/worker_shutdown_timeout_mail.t
@@ -92,5 +92,6 @@
 }
 
 undef $s;
+1;
 
 ###############################################################################
diff --git a/worker_shutdown_timeout_stream.t b/worker_shutdown_timeout_stream.t
index 0cec60b..6032a61 100644
--- a/worker_shutdown_timeout_stream.t
+++ b/worker_shutdown_timeout_stream.t
@@ -66,5 +66,6 @@
 }
 
 undef $s;
+1;
 
 ###############################################################################