diff options
author | 2001-05-24 18:21:31 +0000 | |
---|---|---|
committer | 2001-05-24 18:21:31 +0000 | |
commit | c48bdce47de487644c5bf49fc71f7db60e4f07d6 (patch) | |
tree | 1044cea90429d4b1485356ed038fb38b7dba2eb2 /gnu/usr.bin/perl/t/lib/filespec.t | |
parent | Add isakmpd.pid to the FILES section. (diff) | |
download | wireguard-openbsd-c48bdce47de487644c5bf49fc71f7db60e4f07d6.tar.xz wireguard-openbsd-c48bdce47de487644c5bf49fc71f7db60e4f07d6.zip |
stock perl 5.6.1
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/filespec.t')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/filespec.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/lib/filespec.t b/gnu/usr.bin/perl/t/lib/filespec.t index da52ec5fb5b..c6d155fac17 100644 --- a/gnu/usr.bin/perl/t/lib/filespec.t +++ b/gnu/usr.bin/perl/t/lib/filespec.t @@ -3,7 +3,7 @@ BEGIN { $^O = ''; chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } # Each element in this array is a single test. Storing them this way makes |