Skip to content

testhelper: Convert `TempDir()` to use `t.Cleanup()`

Patrick Steinhardt requested to merge pks-tempdir-cleanup into master

Convert TempDir() to use t.Cleanup() instead of returning a cleanup function.

Merge request reports