Companion to #16601: cxinc would create uninitialized
[p5sagit/p5-mst-13.2.git] / t / op / rand.t
index 44bf0ff..060d46a 100755 (executable)
 
 BEGIN {
     chdir "t" if -d "t";
-    @INC = '../lib';
+    @INC = qw(. ../lib);
 }
 
 use strict;
 use Config;
-use Test::More tests => 8;
+
+require "test.pl";
+plan(tests => 8);
 
 
 my $reps = 10000;      # How many times to try rand each time.