lib was missing from @INC.
[p5sagit/p5-mst-13.2.git] / t / op / tr.t
index 486b451..aa1f9b2 100755 (executable)
--- a/t/op/tr.t
+++ b/t/op/tr.t
@@ -1,5 +1,8 @@
 # tr.t
 
+chdir 't' if -d 't';
+@INC = "../lib";
+
 print "1..4\n";
 
 $_ = "abcdefghijklmnopqrstuvwxyz";