This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Rename a variable
[perl5.git] / t / op / sleep.t
old mode 100755 (executable)
new mode 100644 (file)
index c2684ad..d0ed917
@@ -1,8 +1,15 @@
 #!./perl
 
+BEGIN {
+    chdir 't' if -d 't';
+    require "./test.pl";
+    set_up_inc( qw(. ../lib) );
+}
+
+plan( tests => 4 );
+
 use strict;
 use warnings;
-use Test::More tests=>4;
 
 my $start = time;
 my $sleep_says = sleep 3;