diff options
Diffstat (limited to 't/lib/abbrev.t')
-rwxr-xr-x | t/lib/abbrev.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/abbrev.t b/t/lib/abbrev.t index 05e5c70cac..fb5a9841eb 100755 --- a/t/lib/abbrev.t +++ b/t/lib/abbrev.t @@ -4,7 +4,7 @@ print "1..7\n"; BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } use Text::Abbrev; |