aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/runtests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.hs b/tests/runtests.hs
index 646930ee..aaf5c3dd 100644
--- a/tests/runtests.hs
+++ b/tests/runtests.hs
@@ -24,7 +24,7 @@ haddockEq file1 file2 = stripLinks file1 == stripLinks file2
stripLinks f = subRegex (mkRegexWithOpts "<A HREF=[^>]*>" False False) f "<A HREF=\"\">"
programOnPath p = do
- result <- findProgramOnPath p silent
+ result <- findProgramLocation silent p
return (isJust result)