diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-01 11:08:11 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-01 11:08:11 +0100 |
commit | f582be01e56575b2efa50b46252c38eacd2bda5b (patch) | |
tree | eea739fcb217d3e2164e0a1ebca3f11f7158006e /t | |
parent | 9dafbe2fc44c0ef0c7c99af0a427fcfe1e118eba (diff) | |
download | perl-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-x | t/TEST | 1 | ||||
-rw-r--r-- | t/harness | 1 | ||||
-rw-r--r-- | t/porting/diag.t (renamed from t/pod/diag.t) | 0 |
3 files changed, 0 insertions, 2 deletions
@@ -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; @@ -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 |