From: Vincent Pit Date: Fri, 31 Jul 2015 15:53:38 +0000 (-0300) Subject: Harden t/50-threads.t against stray exits X-Git-Tag: v0.17~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=25026a189a48c589d0f0c8c3505c1fc4db371fd3 Harden t/50-threads.t against stray exits --- diff --git a/t/50-threads.t b/t/50-threads.t index 6368875..29bb2d1 100644 --- a/t/50-threads.t +++ b/t/50-threads.t @@ -69,4 +69,4 @@ $_->join for @threads; pass 'done'; -done_testing(scalar(@threads) * $runs * 3 * (1 + 2) + 1); +done_testing;