From: SADAHIRO Tomoyuki Date: Mon, 6 Nov 2006 23:31:50 +0000 (+0900) Subject: Integrate: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=954b0be405a57c169e4e1e6226e1e9adc58dff89;p=p5sagit%2Fp5-mst-13.2.git Integrate: [ 29215] Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. Message-Id: <20061106233139.A2BC.BQW10602@nifty.com> [ 29712] fix occasional op/time.t failure test 2 uses far more sys than user time, so it's possible to burn 20 secs of wall time without an apparent increase in user time p4raw-link: @29712 on //depot/perl: 584ba4d5a2c5892744e31d4dc44d2eeeddf5030f p4raw-link: @29215 on //depot/perl: a8c5b3ccafcbc15c45c2cc8105bb50368b6a22d6 p4raw-id: //depot/perl@30276 --- diff --git a/t/lib/common.pl b/t/lib/common.pl index 36d45f3..2cba490 100644 --- a/t/lib/common.pl +++ b/t/lib/common.pl @@ -16,8 +16,8 @@ $| = 1; my $Is_MacOS = $^O eq 'MacOS'; my $tmpfile = "tmp0000"; -1 while -e ++$tmpfile; -END { 1 while unlink $tmpfile } +# 1 while -e ++$tmpfile; +# END { 1 while unlink $tmpfile } my @prgs = () ; my @w_files = () ;