summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-08 18:43:41 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-08 18:43:41 +0000
commitdf8b844e71ddcff72baee26af372af079dd52c0f (patch)
tree1580fb5087c7dfcc051a8cdd1f4a7731dca85583 /t
parent4b5ae309d8932eb959b5fc621604614358181bc9 (diff)
downloadperl-df8b844e71ddcff72baee26af372af079dd52c0f.tar.gz
In reg_namedcapture.t, don't test for Errno, as the miniperl skip covers this.
The original reason for adding the test for Errno was because of a report of tests failing under minitest: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00467.html
Diffstat (limited to 't')
-rw-r--r--t/re/reg_namedcapture.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/re/reg_namedcapture.t b/t/re/reg_namedcapture.t
index 8fd297c882..03034b0714 100644
--- a/t/re/reg_namedcapture.t
+++ b/t/re/reg_namedcapture.t
@@ -3,10 +3,6 @@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
- unless ( -r "$INC[0]/Errno.pm") {
- print "1..0 # Skip: Errno.pm not yet available\n";
- exit 0;
- }
unless (defined &DynaLoader::boot_DynaLoader) {
print "1..0 # Skip: no dynamic loading on miniperl, no Tie::Hash::NamedCapture\n";
exit 0;