From 269612580a985f510041ddc790ef23086f91c0d4 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Fri, 22 Apr 2005 06:23:29 -0500 Subject: [PATCH] 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 --- t/uni/class.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4