This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5c00ac
)
Skip obsolete skip in io_xs.t.
author
Craig A. Berry
<craigberry@mac.com>
Tue, 16 Dec 2014 03:20:13 +0000
(21:20 -0600)
committer
Craig A. Berry
<craigberry@mac.com>
Tue, 16 Dec 2014 03:20:13 +0000
(21:20 -0600)
The VAXC compiler and its compatibility library VAXCRTL are long
since obsolete.
dist/IO/t/io_xs.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/t/io_xs.t
b/dist/IO/t/io_xs.t
index
8c7b88c
..
ffd225b
100644
(file)
--- 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;