summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-29 17:35:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-29 17:35:04 +0000
commit5e52531c6439c4bb604589c00cec8f7cf00417d1 (patch)
treeb3ed03cc4e0a8c90f56a5d795dffaae27d64c2ce /t
parent15e9f109c1a7f45bb9cf5e6903b016938a1441e8 (diff)
downloadperl-5e52531c6439c4bb604589c00cec8f7cf00417d1.tar.gz
harness wasn't running x2p/s2p.t.
p4raw-id: //depot/perl@16863
Diffstat (limited to 't')
-rw-r--r--t/harness1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index fafba45c2a..455a1f917c 100644
--- a/t/harness
+++ b/t/harness
@@ -80,6 +80,7 @@ if (@ARGV) {
warn "$0: cannot open $mani: $!\n";
}
push @tests, <pod/*.t>;
+ push @tests, <x2p/*.t>;
}
}
if ($^O eq 'MSWin32') {