summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
Diffstat (limited to 't/harness')
-rw-r--r--t/harness2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/harness b/t/harness
index 9b2e09798a..6f111f1be6 100644
--- a/t/harness
+++ b/t/harness
@@ -39,7 +39,7 @@ if (@ARGV) {
@tests = @ARGV;
} else {
unless (@tests) {
- @tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t lib/*.t>;
+ @tests = <base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t lib/*.t>;
use File::Spec;
my $updir = File::Spec->updir;
my $mani = File::Spec->catdir(File::Spec->updir, "MANIFEST");