summaryrefslogtreecommitdiff
path: root/t/harness
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/harness
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/harness')
-rw-r--r--t/harness1
1 files changed, 0 insertions, 1 deletions
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;