From: Craig A. Berry Date: Fri, 22 Apr 2005 11:23:29 +0000 (-0500) Subject: t/uni/class.t -- update VMS test skippage X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=269612580a985f510041ddc790ef23086f91c0d4;p=p5sagit%2Fp5-mst-13.2.git t/uni/class.t -- update VMS test skippage From: "Craig A. Berry" Message-ID: <42692501.6090809@mac.com> Date: Fri, 22 Apr 2005 11:23:29 -0500 p4raw-id: //depot/perl@24301 --- diff --git a/t/uni/class.t b/t/uni/class.t index f7eb9da..deb2982 100644 --- a/t/uni/class.t +++ b/t/uni/class.t @@ -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