From: Hugo van der Sanden Date: Thu, 3 Aug 2000 14:34:22 +0000 (+0100) Subject: sleep(1) does not necessarily return 1. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dbb6c582b4485bcc59474c5964551da04d36fa6b;p=p5sagit%2Fp5-mst-13.2.git sleep(1) does not necessarily return 1. Subject: [PATCH bleadperl] op/lex_assign.t Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk> p4raw-id: //depot/perl@6587 --- diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index f3f205e..6665f29 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -309,7 +309,7 @@ getpriority $$, $$ # getpriority time # time localtime $^T # localtime gmtime $^T # gmtime -sleep 1 # sleep +'???' # sleep: can randomly fail '???' # alarm '???' # shmget '???' # shmctl