From 54dae3bc2821ea80e43614d7bd18bd5d40c82212 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 9 Nov 2021 22:38:50 -0500 Subject: [PATCH] test: migration from Python to JavaScript --- Tests/spec/SogoToolSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {