summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2006-11-18 17:02:38 +0000
committerCraig A. Berry <craigberry@mac.com>2006-11-18 17:02:38 +0000
commita4cec36dce11f824fb49a02ac9bc6b06178faf42 (patch)
tree01ffb6df551aa57fafa6ca9d1ceb2c09fd5e1aa1 /t
parent9983eac85a219459e624c0c0778fb334b52e6ead (diff)
downloadperl-a4cec36dce11f824fb49a02ac9bc6b06178faf42.tar.gz
Update skip count for VMS.
p4raw-id: //depot/perl@29317
Diffstat (limited to 't')
-rw-r--r--t/uni/class.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/class.t b/t/uni/class.t
index c4b599bde0..bf85d6e995 100644
--- 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", 592 if $^O eq 'VMS';
+ skip "Can't reliably derive class names from file names", 576 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