summaryrefslogtreecommitdiff
path: root/dist/IO/t/io_xs.t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2014-12-15 21:20:13 -0600
committerCraig A. Berry <craigberry@mac.com>2014-12-15 21:20:13 -0600
commit0c32f539cfee3d6465ebec4551a3753ef5012e06 (patch)
treeb84238db1516f5460a927df271d955f9757eb72e /dist/IO/t/io_xs.t
parentb5c00acd75a9549f9a4c4a9bb62c48cbd1d899fb (diff)
downloadperl-0c32f539cfee3d6465ebec4551a3753ef5012e06.tar.gz
Skip obsolete skip in io_xs.t.
The VAXC compiler and its compatibility library VAXCRTL are long since obsolete.
Diffstat (limited to 'dist/IO/t/io_xs.t')
-rw-r--r--dist/IO/t/io_xs.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/IO/t/io_xs.t b/dist/IO/t/io_xs.t
index 8c7b88c298..ffd225b48a 100644
--- a/dist/IO/t/io_xs.t
+++ b/dist/IO/t/io_xs.t
@@ -9,10 +9,6 @@ BEGIN {
exit 0;
}
}
- if( $^O eq 'VMS' && $Config{'vms_cc_type'} ne 'decc' ) {
- print "1..0 # Skip: not compatible with the VAXCRTL\n";
- exit 0;
- }
}
use Test::More tests => 5;