From 815f2b529053e53b9efbd086b3cfca643ba8fe4a Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 22 Nov 2009 14:05:06 +0000 Subject: Follow findProgramOnPath signature change in runtests.hs --- tests/runtests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.hs b/tests/runtests.hs index 9acc3c38..646930ee 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 silent p + result <- findProgramOnPath p silent return (isJust result) -- cgit v1.2.3