diff options
Diffstat (limited to 't/lib/tie-stdpush.t')
-rwxr-xr-x | t/lib/tie-stdpush.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/lib/tie-stdpush.t b/t/lib/tie-stdpush.t index 35ae1b89a4..31af30c32c 100755 --- a/t/lib/tie-stdpush.t +++ b/t/lib/tie-stdpush.t @@ -2,7 +2,8 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '.'; + push @INC, '../lib'; } use Tie::Array; |