From 0f1f90b06fd04bac8f1f33a7e61777f6f19edd96 Mon Sep 17 00:00:00 2001 From: Jakub Majocha <1760221+majocha@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:01:50 +0100 Subject: [PATCH] test temptath --- tests/FSharp.Compiler.Service.Tests/Common.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FSharp.Compiler.Service.Tests/Common.fs b/tests/FSharp.Compiler.Service.Tests/Common.fs index 4eb05598d52..1d2b3b7a407 100644 --- a/tests/FSharp.Compiler.Service.Tests/Common.fs +++ b/tests/FSharp.Compiler.Service.Tests/Common.fs @@ -476,7 +476,7 @@ let assertRange [] module TempDirUtils = let getTempPath dir = - Path.Combine(Path.GetTempPath(), dir) + Path.Combine(TestFramework.tempDirectoryOfThisTestRun, dir) /// Returns the file name part of a temp file name created with tryCreateTemporaryFileName () /// and an added process id and thread id to ensure uniqueness between threads.