p4raw-id: //depot/perl@11585
# alpha beta gamma in UTF-8 Unicode (0x3b1 0x3b2 0x3b3)
print "not " unless <UTF> eq "\xce\xb1\xce\xb2\xce\xb3";
print "ok 4\n";
- close $grk;
+ close UTF;
}
{
if (open(GRK, "<$grk")) {
print "not " unless <GRK> eq "\xe1\xe2\xe3";
print "ok 8\n";
- close $grk;
+ close GRK;
}
END {
};
print $@ =~ /can only store scalars/
|| $@ =~ /Can't locate.*in \@INC/ ? "ok $n\n" : "not ok $n # $@\n";
- 1 while unlink $dummyfile;
+ 1 while unlink $dummyfile, "$dummyfile.dir", "$dummyfile.pag";
$n++;
}