diff options
author | Hugo van der Sanden <hv@crypt.org> | 2000-08-03 15:34:22 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-11 00:45:03 +0000 |
commit | dbb6c582b4485bcc59474c5964551da04d36fa6b (patch) | |
tree | ec8a7d267a76b31a9b326c09b2d44c75ab99579e /t/op/lex_assign.t | |
parent | 8971464fe1368320f585ff9291c3746c6e33278b (diff) | |
download | perl-dbb6c582b4485bcc59474c5964551da04d36fa6b.tar.gz |
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
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-x | t/op/lex_assign.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index f3f205e746..6665f2931b 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 |