summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/prove.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/prove.PL b/utils/prove.PL
index 91a42e3e69..b9b8b94daa 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,
- "ext", "Test", "Harness", "bin"), "prove");
+ "ext", "Test-Harness", "bin"), "prove");
if (open(PROVE, $prove)) {
print OUT <PROVE>;