]> git.pld-linux.org Git - packages/perl-Coro.git/blob - kill-blocked-test.patch
perl 5.38.0 rebuild
[packages/perl-Coro.git] / kill-blocked-test.patch
1 --- Coro-5.26/EV/t/01_unblock.t~        2009-07-22 05:02:07.000000000 +0200
2 +++ Coro-5.26/EV/t/01_unblock.t 2011-02-21 18:01:18.169611668 +0100
3 @@ -7,6 +7,9 @@
4     }
5  }
6  
7 +# time to die
8 +alarm 15;
9 +
10  $| = 1;
11  
12  print "1..12\n";
13 --- Coro-5.26/Event/t/01_unblock.t~     2009-07-22 05:02:07.000000000 +0200
14 +++ Coro-5.26/Event/t/01_unblock.t      2011-02-21 18:11:37.486278335 +0100
15 @@ -7,6 +7,9 @@
16     }
17  }
18  
19 +# time to die
20 +alarm 15;
21 +
22  $| = 1;
23  
24  print "1..12\n";
This page took 0.078844 seconds and 3 git commands to generate.