debian-forge-cli/internal
Michael Vogt bb45b89d84 testutil: remove unnecessary testutil.MockCmd.Restore()
While looking over the code I noticed that the `Restore()` helper
is not needed (and arguably wrong as it does not reset PATH).
We already use `t.TempDir()` and `t.Setenv()` as part of the
command setup so manually cleanup is not neccessary (and is today
even incomplete). So YAGNI and we can remove Restore().
2025-07-17 06:44:29 +00:00
..
blueprintload Reapply "blueprintload: enable strict checking for toml" 2025-04-09 05:32:45 +00:00
manifesttest pkg: add new manifesttest package with test helpers 2024-12-16 07:54:45 +00:00
olog refactor: use standard logger instead of logrus 2025-05-12 18:21:37 +00:00
testutil testutil: remove unnecessary testutil.MockCmd.Restore() 2025-07-17 06:44:29 +00:00