projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64da03b
)
cleanup's
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Sun, 9 Jun 2002 13:55:21 +0000
(15:55 +0200)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 9 Jun 2002 17:45:50 +0000
(17:45 +0000)
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020609102200
.DEE5.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@17143
ext/PerlIO/t/encoding.t
patch
|
blob
|
history
diff --git
a/ext/PerlIO/t/encoding.t
b/ext/PerlIO/t/encoding.t
index 986f21e6b18f31435e4257d0348408dcca4ae980..ce07fea027123b9007b566c181007ac15bfe7606 100644
(file)
--- a/
ext/PerlIO/t/encoding.t
+++ b/
ext/PerlIO/t/encoding.t
@@
-16,8
+16,8
@@
print "1..13\n";
my $grk = "grk$$";
my $utf = "utf$$";
-my $fail1 = "fa
il
$$";
-my $fail2 = "f
ail_
$$";
+my $fail1 = "fa$$";
+my $fail2 = "f
b
$$";
my $russki = "koi8r$$";
if (open(GRK, ">$grk")) {
@@
-132,5
+132,5
@@
if (!defined $warn) {
}
END {
- unlink($grk, $utf, $fail1, $russki);
+ unlink($grk, $utf, $fail1, $
fail2, $
russki);
}