summaryrefslogtreecommitdiff
path: root/t/TEST
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/TEST
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/TEST')
-rwxr-xr-xt/TEST1
1 files changed, 0 insertions, 1 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;