mirror of
https://github.com/google/nomulus
synced 2026-04-24 02:00:50 +00:00
* Cleanup gpg-agent instances and home directories The GpgSystemCommandException leaks home directories, but more importantly it leaks gpg-agent instances. This can cause problems with inotify limits, since the agent seems to make use of inotify. Do a proper cleanup in afterEach(). * Don't fail if we can't kill the agent