This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9983eac
)
Update skip count for VMS.
author
Craig A. Berry
<craigberry@mac.com>
Sat, 18 Nov 2006 17:02:38 +0000
(17:02 +0000)
committer
Craig A. Berry
<craigberry@mac.com>
Sat, 18 Nov 2006 17:02:38 +0000
(17:02 +0000)
p4raw-id: //depot/perl@29317
t/uni/class.t
patch
|
blob
|
blame
|
history
diff --git
a/t/uni/class.t
b/t/uni/class.t
index
c4b599b
..
bf85d6e
100644
(file)
--- a/
t/uni/class.t
+++ b/
t/uni/class.t
@@
-171,7
+171,7
@@
for my $p ('gc', 'sc') {
# test extra properties (ASCII_Hex_Digit, Bidi_Control, etc.)
SKIP:
{
- skip "Can't reliably derive class names from file names", 5
92
if $^O eq 'VMS';
+ skip "Can't reliably derive class names from file names", 5
76
if $^O eq 'VMS';
# On case tolerant filesystems, Cf.pl will cause a -e test for cf.pl to
# return true. Try to work around this by reading the filenames explicitly