Allow for standalone testing.
Jarkko Hietaniemi [Tue, 27 Jun 2000 03:34:46 +0000 (03:34 +0000)]
p4raw-id: //depot/cfgperl@6246

t/lib/filefunc.t
t/lib/filespec.t

index 6e70a49..46a1e35 100755 (executable)
@@ -2,8 +2,8 @@
 
 BEGIN {
     $^O = '';
-#chdir 't' if -d 't';
-#unshift @INC, '../lib';
+    chdir 't' if -d 't';
+    unshift @INC, '../lib';
 }
 
 print "1..1\n";
index da19290..da52ec5 100755 (executable)
@@ -2,8 +2,8 @@
 
 BEGIN {
     $^O = '';
-#chdir 't' if -d 't';
-#unshift @INC, '../lib';
+    chdir 't' if -d 't';
+    unshift @INC, '../lib';
 }
 
 # Each element in this array is a single test. Storing them this way makes