summaryrefslogtreecommitdiff
path: root/utils/prove.PL
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-08-19 18:09:00 +0000
committerNicholas Clark <nick@ccl4.org>2008-08-19 18:09:00 +0000
commit90bc526312d7d2f64b432a8f23bf7cd3105eac1d (patch)
tree7f4fd010bad71c7a73da35c93d42b19709739de0 /utils/prove.PL
parent06d90eb2f694021a5def99acedeffe3d57873a83 (diff)
downloadperl-90bc526312d7d2f64b432a8f23bf7cd3105eac1d.tar.gz
Move the modules, tests, prove and Changes file from lib/ to
ext/Test/Harness. Not everything is there yet, but it makes it way easier to swap the directory out and replace it with a trunk svn checkout. p4raw-id: //depot/perl@34206
Diffstat (limited to 'utils/prove.PL')
-rw-r--r--utils/prove.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/prove.PL b/utils/prove.PL
index d1961c8725..91a42e3e69 100644
--- a/utils/prove.PL
+++ b/utils/prove.PL
@@ -34,7 +34,7 @@ $Config{startperl}
use File::Spec;
my $prove = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
- "lib", "Test", "Harness", "bin"), "prove");
+ "ext", "Test", "Harness", "bin"), "prove");
if (open(PROVE, $prove)) {
print OUT <PROVE>;