]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/42-threads-global.t
Harden t/40-threads.t and t/42-threads-global.t against stray exits
[perl/modules/indirect.git] / t / 42-threads-global.t
index dba1a7959027e346c8503ce424e883c69c791855..2f68d43404d15bd88ae81dcc183a1d95658c505b 100644 (file)
@@ -38,4 +38,6 @@ my @threads = map spawn(\&try), 1 .. 10;
 
 $_->join for @threads;
 
-done_testing(scalar(@threads) * 3 * 2);
+pass 'done';
+
+done_testing;