summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-01 11:08:11 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-01 11:08:11 +0100
commitf582be01e56575b2efa50b46252c38eacd2bda5b (patch)
treeeea739fcb217d3e2164e0a1ebca3f11f7158006e /t
parent9dafbe2fc44c0ef0c7c99af0a427fcfe1e118eba (diff)
downloadperl-f582be01e56575b2efa50b46252c38eacd2bda5b.tar.gz
Move t/pod/diag.t to t/porting, as it's really a code consistency test.
It was the last test in t/pod, which allows us to remove the directory.
Diffstat (limited to 't')
-rwxr-xr-xt/TEST1
-rw-r--r--t/harness1
-rw-r--r--t/porting/diag.t (renamed from t/pod/diag.t)0
3 files changed, 0 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index 066ee9dbc7..6cfc0314a4 100755
--- a/t/TEST
+++ b/t/TEST
@@ -406,7 +406,6 @@ unless (@ARGV) {
# something is that badly wrong.
push @ARGV, _tests_from_manifest($extensions, $known_extensions);
unless ($::core) {
- _find_tests('pod');
_find_tests('x2p');
_find_tests('porting');
_find_tests('japh') if $::torture;
diff --git a/t/harness b/t/harness
index a70c8be311..d5099bfe6f 100644
--- a/t/harness
+++ b/t/harness
@@ -160,7 +160,6 @@ if (@ARGV) {
use Config;
push @last, sort { lc $a cmp lc $b }
_tests_from_manifest($Config{extensions}, $Config{known_extensions});
- push @last, <pod/*.t>;
push @last, <x2p/*.t>;
my %times;
diff --git a/t/pod/diag.t b/t/porting/diag.t
index 573450d00c..573450d00c 100644
--- a/t/pod/diag.t
+++ b/t/porting/diag.t