diff options
author | Craig A. Berry <craigberry@mac.com> | 2005-04-22 06:23:29 -0500 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-04-22 16:21:46 +0000 |
commit | 269612580a985f510041ddc790ef23086f91c0d4 (patch) | |
tree | cf5ba797eaf83fab4bc875f01740d2b890720918 | |
parent | 567f8e5b1e23f102b4f20b5ec9c24fe82bf9fd13 (diff) | |
download | perl-269612580a985f510041ddc790ef23086f91c0d4.tar.gz |
t/uni/class.t -- update VMS test skippage
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
-rw-r--r-- | t/uni/class.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/class.t b/t/uni/class.t index f7eb9dafe5..deb29821b5 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 |