SYN SYN
[p5sagit/p5-mst-13.2.git] / t / op / lex_assign.t
index f3f205e..181c842 100755 (executable)
@@ -2,7 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
 }
 $ENV{PERL_DESTRUCT_LEVEL} = 0 unless $ENV{PERL_DESTRUCT_LEVEL} > 3; 
 
@@ -309,7 +309,7 @@ getpriority $$, $$          # getpriority
 time                           # time
 localtime $^T                  # localtime
 gmtime $^T                     # gmtime
-sleep 1                                # sleep
+'???'                          # sleep: can randomly fail
 '???'                          # alarm
 '???'                          # shmget
 '???'                          # shmctl