two more breakages introduced when removing the Params constructor
This commit is contained in:
parent
6186e96687
commit
b8f044660f
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue