summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
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;