@INC tweak.
Jarkko Hietaniemi [Thu, 29 Nov 2001 04:18:08 +0000 (04:18 +0000)]
p4raw-id: //depot/perl@13352

t/op/ref.t

index 05f3b84..613c450 100755 (executable)
@@ -1,5 +1,10 @@
 #!./perl
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = qw(.);
+}
+
 print "1..62\n";
 
 require 'test.pl';