test: Deal with gpg-agent behavior change that broke the test suite.
authorJoey Hess <joeyh@joeyh.name>
Tue, 18 Oct 2016 20:56:38 +0000 (16:56 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 18 Oct 2016 20:56:38 +0000 (16:56 -0400)
commit6e4fee1faf9193cd6efa9b93aafe5044779fd2d0
tree1f5bfa348978d99f2c7dcbdd3a97ab2cf079fdb9
parent206dab8b440f43be9114939737cb920c4e94dde5
test: Deal with gpg-agent behavior change that broke the test suite.

gpg-agent started deleting its socket file on shutdown, and this tickled an
ugly behavior in removeDirectoryRecursive,
https://github.com/haskell/directory/issues/60

Running removeDirectoryRecursive again on exception avoids the problem.
CHANGELOG
Utility/Gpg.hs