projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15e9f10
)
harness wasn't running x2p/s2p.t.
Jarkko Hietaniemi [Wed, 29 May 2002 17:35:04 +0000 (17:35 +0000)]
p4raw-id: //depot/perl@16863
t/harness
patch
|
blob
|
blame
|
history
diff --git
a/t/harness
b/t/harness
index
fafba45
..
455a1f9
100644
(file)
--- 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') {