From c82f40a3726f89e451587c07cfaa91576123e671 Mon Sep 17 00:00:00 2001 From: David Waern Date: Fri, 22 Jan 2010 22:49:13 +0000 Subject: Use findProgramLocation instead of findProgramOnPath in runtests.hs --- tests/runtests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.hs') 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 "]*>" False False) f "" programOnPath p = do - result <- findProgramOnPath p silent + result <- findProgramLocation silent p return (isJust result) -- cgit v1.2.3