diff options
Diffstat (limited to 't/lib/tie-stdhandle.t')
-rwxr-xr-x | t/lib/tie-stdhandle.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/tie-stdhandle.t b/t/lib/tie-stdhandle.t index cf3a1831d0..d1f9a81822 100755 --- a/t/lib/tie-stdhandle.t +++ b/t/lib/tie-stdhandle.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } use Tie::Handle; |