This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If both ways to call semctl are broken, skip the tests.
[perl5.git] / t / lib / filepath.t
index c3bf4a4..40e6e21 100755 (executable)
@@ -2,7 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    unshift @INC, '../lib';
 }
 
 use File::Path;