& what's to be done for 5.8.0?
[p5sagit/p5-mst-13.2.git] / ext / Fcntl / t / fcntl.t
index 24ade27..02fd958 100644 (file)
@@ -1,5 +1,10 @@
 #!./perl
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
+
 # A modest test: exercises only O_WRONLY, O_CREAT, and O_RDONLY.
 # Have to be modest to be portable: could possibly extend testing
 # also to O_RDWR and O_APPEND, but dunno about the portability of,