summaryrefslogtreecommitdiff
path: root/t/comp
diff options
context:
space:
mode:
authorLarry Wall <larry@wall.org>1998-09-05 23:44:16 +0000
committerLarry Wall <larry@wall.org>1998-09-05 23:44:16 +0000
commit342930fbe48873e4ee7fdf12f4ea00e063c13bb8 (patch)
tree2da60899b7e998b9ccd7f8e9ae851f37f38fa149 /t/comp
parent0b71040ecef552254b590fe9935cf4942b087ec2 (diff)
downloadperl-342930fbe48873e4ee7fdf12f4ea00e063c13bb8.tar.gz
several new tests needed tweaking to work under utf8
p4raw-id: //depot/perl@1780
Diffstat (limited to 't/comp')
-rwxr-xr-xt/comp/require.t2
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