Attempt to fix core-specific logic in IPC::Open3 tests
Steffen Mueller [Fri, 4 Sep 2009 10:47:33 +0000 (12:47 +0200)]
ext/IPC-Open3/t/IPC-Open3.t

index 7d2d411..8f6ae8b 100644 (file)
@@ -1,8 +1,6 @@
 #!./perl -w
 
 BEGIN {
-    chdir 't' if -d 't';
-    @INC = '../lib';
     require Config; import Config;
     if (!$Config{'d_fork'}
        # open2/3 supported on win32 (but not Borland due to CRT bugs)