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/TEST | |
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/TEST')
-rwxr-xr-x | t/TEST | 1 |
1 files changed, 0 insertions, 1 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; |