t/uni/class.t -- update VMS test skippage
authorCraig A. Berry <craigberry@mac.com>
Fri, 22 Apr 2005 11:23:29 +0000 (06:23 -0500)
committerNicholas Clark <nick@ccl4.org>
Fri, 22 Apr 2005 16:21:46 +0000 (16:21 +0000)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <42692501.6090809@mac.com>
Date: Fri, 22 Apr 2005 11:23:29 -0500

p4raw-id: //depot/perl@24301

t/uni/class.t

index f7eb9da..deb2982 100644 (file)
@@ -114,7 +114,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", 544 if $^O eq 'VMS';
+  skip "Can't reliably derive class names from file names", 592 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