X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F42-threads-global.t;h=2f68d43404d15bd88ae81dcc183a1d95658c505b;hb=206be5711384ca587b0a022ba93a5fc602d3c03d;hp=dba1a7959027e346c8503ce424e883c69c791855;hpb=8845e141913781c0e0b4b928a38fd23da1752f6b;p=perl%2Fmodules%2Findirect.git diff --git a/t/42-threads-global.t b/t/42-threads-global.t index dba1a79..2f68d43 100644 --- a/t/42-threads-global.t +++ b/t/42-threads-global.t @@ -38,4 +38,6 @@ my @threads = map spawn(\&try), 1 .. 10; $_->join for @threads; -done_testing(scalar(@threads) * 3 * 2); +pass 'done'; + +done_testing;