From: Craig A. Berry Date: Sat, 18 Nov 2006 17:02:38 +0000 (+0000) Subject: Update skip count for VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4cec36dce11f824fb49a02ac9bc6b06178faf42;p=p5sagit%2Fp5-mst-13.2.git Update skip count for VMS. p4raw-id: //depot/perl@29317 --- diff --git a/t/uni/class.t b/t/uni/class.t index c4b599b..bf85d6e 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