X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fsleep.t;h=3f5bbe0d3fe2f3b3c3ae615e47953ac92b56ddd4;hb=6ec5370cb0aeb185d92b8fd2bad21bb10f75b30e;hp=c2684ad37c0a7dc92541a95bcdd60ece65570d08;hpb=642c4ad7e6ff8efaa5b06b11273bd071b3f3f7f8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/sleep.t b/t/op/sleep.t old mode 100755 new mode 100644 index c2684ad..3f5bbe0 --- a/t/op/sleep.t +++ b/t/op/sleep.t @@ -1,8 +1,15 @@ #!./perl +BEGIN { + chdir 't' if -d 't'; + @INC = qw(. ../lib); +} + +require "test.pl"; +plan( tests => 4 ); + use strict; use warnings; -use Test::More tests=>4; my $start = time; my $sleep_says = sleep 3;