summaryrefslogtreecommitdiff
path: root/t/lib/open3.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/open3.t')
-rwxr-xr-xt/lib/open3.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/open3.t b/t/lib/open3.t
index bf042bfe32..a0da34f256 100755
--- a/t/lib/open3.t
+++ b/t/lib/open3.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
require Config; import Config;
if (!$Config{'d_fork'}
# open2/3 supported on win32 (but not Borland due to CRT bugs)