two more breakages introduced when removing the Params constructor

This commit is contained in:
Joey Hess 2015-06-03 13:02:33 -04:00
parent 6186e96687
commit b8f044660f
2 changed files with 9 additions and 3 deletions

View file

@ -339,7 +339,7 @@ testHarness a = do
dir <- mktmpdir $ base </> "gpgtmpXXXXXX"
setEnv var dir True
-- For some reason, recent gpg needs a trustdb to be set up.
_ <- pipeStrict [Param "--trust-model auto", Param "--update-trustdb"] []
_ <- pipeStrict [Param "--trust-model", Param "auto", Param "--update-trustdb"] []
_ <- pipeStrict [Param "--import", Param "-q"] $ unlines
[testSecretKey, testKey]
return dir