diff options
Diffstat (limited to 't/lib/open2.t')
-rwxr-xr-x | t/lib/open2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/open2.t b/t/lib/open2.t index 64431123e8..85b807c98a 100755 --- a/t/lib/open2.t +++ b/t/lib/open2.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) |