Don't reuse temp files in tests
[p5sagit/p5-mst-13.2.git] / utils / prove.PL
index d1961c8..91a42e3 100644 (file)
@@ -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>;