abhinav / restack

Teaches git rebase --interactive about your branches.
GNU General Public License v2.0
59 stars 3 forks source link

test: Fix accidentally modifying user environment #83

Closed abhinav closed 1 year ago

abhinav commented 1 year ago

There were two tests that muck with global Git configuration which inadvertently modified the current user's actual Git configuration.

Prevent this by giving them entirely clean environment variables.