summaryrefslogtreecommitdiff
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
parent0b71040ecef552254b590fe9935cf4942b087ec2 (diff)
downloadperl-342930fbe48873e4ee7fdf12f4ea00e063c13bb8.tar.gz
several new tests needed tweaking to work under utf8
p4raw-id: //depot/perl@1780
-rwxr-xr-xt/comp/require.t2
-rwxr-xr-xt/op/pack.t2
2 files changed, 2 insertions, 2 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
diff --git a/t/op/pack.t b/t/op/pack.t
index 9b7bc351f9..725a0cb87f 100755
--- a/t/op/pack.t
+++ b/t/op/pack.t
@@ -160,7 +160,7 @@ foreach my $t (@templates) {
# 57..60: uuencode/decode
-$in = join "", map { chr } 0..255;
+$in = pack 'C*', 0 .. 255;
# just to be anal, we do some random tr/`/ /
$uu = <<'EOUU';