From: Steffen Mueller Date: Fri, 4 Sep 2009 10:47:33 +0000 (+0200) Subject: Attempt to fix core-specific logic in IPC::Open3 tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c416758cddcc4e43580ac74d30e5876db904e63;p=p5sagit%2Fp5-mst-13.2.git Attempt to fix core-specific logic in IPC::Open3 tests --- diff --git a/ext/IPC-Open3/t/IPC-Open3.t b/ext/IPC-Open3/t/IPC-Open3.t index 7d2d411..8f6ae8b 100644 --- a/ext/IPC-Open3/t/IPC-Open3.t +++ b/ext/IPC-Open3/t/IPC-Open3.t @@ -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)