summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-09 17:56:53 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-09 18:46:30 +0000
commita47facf7a19db83dbf78974cdd7962d9ffc76952 (patch)
tree97fecfd5ac8a7261e0eba9c7b9846c230a237ed9
parent9df1f8452792bdd86bc805569a2744e72d94f643 (diff)
downloadperl-a47facf7a19db83dbf78974cdd7962d9ffc76952.tar.gz
Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find is
implemented in perlio.c
-rw-r--r--MANIFEST8
-rw-r--r--t/io/perlio.t (renamed from ext/PerlIO/t/PerlIO.t)0
-rw-r--r--t/io/perlio_fail.t (renamed from ext/PerlIO/t/fail.t)0
-rw-r--r--t/io/perlio_leaks.t (renamed from ext/PerlIO/t/ioleaks.t)0
-rw-r--r--t/io/perlio_open.t (renamed from ext/PerlIO/t/open.t)0
5 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index ba0dbc048b..efbe6e9c5e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -974,10 +974,6 @@ ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars
ext/PerlIO/scalar/scalar.xs PerlIO layer for scalars
ext/PerlIO/scalar/t/scalar.t See if PerlIO::scalar works
ext/PerlIO/scalar/t/scalar_ungetc.t Tests for PerlIO layer for scalars
-ext/PerlIO/t/fail.t See if bad layers fail
-ext/PerlIO/t/ioleaks.t See if PerlIO layers are leaking
-ext/PerlIO/t/open.t See if PerlIO certain special opens work
-ext/PerlIO/t/PerlIO.t See if PerlIO works
ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture
ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl
ext/PerlIO/via/t/via.t See if PerlIO::via works
@@ -3720,6 +3716,10 @@ t/io/layers.t See if PerlIO layers work
t/io/nargv.t See if nested ARGV stuff works
t/io/openpid.t See if open works for subprocesses
t/io/open.t See if open works
+t/io/perlio.t See if PerlIO works
+t/io/perlio_fail.t See if bad layers fail
+t/io/perlio_leaks.t See if PerlIO layers are leaking
+t/io/perlio_open.t See if PerlIO certain special opens work
t/io/pipe.t See if secure pipes work
t/io/print.t See if print commands work
t/io/pvbm.t See if PVBMs break IO commands
diff --git a/ext/PerlIO/t/PerlIO.t b/t/io/perlio.t
index 3be0f6af36..3be0f6af36 100644
--- a/ext/PerlIO/t/PerlIO.t
+++ b/t/io/perlio.t
diff --git a/ext/PerlIO/t/fail.t b/t/io/perlio_fail.t
index 56e3d1d5a5..56e3d1d5a5 100644
--- a/ext/PerlIO/t/fail.t
+++ b/t/io/perlio_fail.t
diff --git a/ext/PerlIO/t/ioleaks.t b/t/io/perlio_leaks.t
index ad76c39e9e..ad76c39e9e 100644
--- a/ext/PerlIO/t/ioleaks.t
+++ b/t/io/perlio_leaks.t
diff --git a/ext/PerlIO/t/open.t b/t/io/perlio_open.t
index 7d870b9e67..7d870b9e67 100644
--- a/ext/PerlIO/t/open.t
+++ b/t/io/perlio_open.t