diff options
author | Larry Wall <larry@wall.org> | 1998-09-05 23:44:16 +0000 |
---|---|---|
committer | Larry Wall <larry@wall.org> | 1998-09-05 23:44:16 +0000 |
commit | 342930fbe48873e4ee7fdf12f4ea00e063c13bb8 (patch) | |
tree | 2da60899b7e998b9ccd7f8e9ae851f37f38fa149 /t/comp | |
parent | 0b71040ecef552254b590fe9935cf4942b087ec2 (diff) | |
download | perl-342930fbe48873e4ee7fdf12f4ea00e063c13bb8.tar.gz |
several new tests needed tweaking to work under utf8
p4raw-id: //depot/perl@1780
Diffstat (limited to 't/comp')
-rwxr-xr-x | t/comp/require.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comp/require.t b/t/comp/require.t index 203b996e06..4120bb1ea5 100755 --- a/t/comp/require.t +++ b/t/comp/require.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - @INC = ('.'); + @INC = ('.', '../lib'); } # don't make this lexical |