Skip to content

Commit

Permalink
improvement: LOGINSHELL env variable deletion is unnecessary if tests…
Browse files Browse the repository at this point in the history
… aren't run on MSYS2 environment
  • Loading branch information
Piotr Bosak committed Jun 24, 2022
1 parent e3c39db commit 0d7d7a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/getBackupStash.spec.js
Expand Up @@ -55,7 +55,6 @@ describe('gitWorkflow', () => {
const ctx = getInitialState()

process.env.MSYSTEM = 'MSYS'
delete process.env.LOGINSHELL

execGit.mockResolvedValueOnce(
[
Expand Down

0 comments on commit 0d7d7a6

Please sign in to comment.