diff --git a/Tests/spec/SogoToolSpec.js b/Tests/spec/SogoToolSpec.js index 4cba536a6..764ee8f74 100644 --- a/Tests/spec/SogoToolSpec.js +++ b/Tests/spec/SogoToolSpec.js @@ -14,7 +14,7 @@ describe('sogo-tool tests', function() { }) beforeEach(function() { - tmpdir = mkdtempSync(path.join(homedir, 'sogo-')) + tmpdir = mkdtempSync(path.join(userdir, 'sogo-')) }) afterEach(function() {