From fb8903d9a185a020d54d2bb001f4331caf7c3825 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 14 Jan 2023 22:05:32 -0600 Subject: Improve test coverage for recent Burn changes. 7068, PR 318 --- src/burn/test/BurnUnitTest/CacheTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/burn') diff --git a/src/burn/test/BurnUnitTest/CacheTest.cpp b/src/burn/test/BurnUnitTest/CacheTest.cpp index 2bec05fe..8e3660b2 100644 --- a/src/burn/test/BurnUnitTest/CacheTest.cpp +++ b/src/burn/test/BurnUnitTest/CacheTest.cpp @@ -83,7 +83,7 @@ namespace Bootstrapper CacheUninitialize(&cache); // Second fallback is system-level %TMP%. - hr = RegWriteExpandString(hkSystemEnvironment, L"TMP", L"B:\\TEST\\TMP\\"); + hr = RegWriteString(hkSystemEnvironment, L"TMP", L"B:\\TEST\\TMP\\"); NativeAssert::Succeeded(hr, "Failed to write TEMP system environment value."); hr = CacheInitialize(&cache, &internalCommand); -- cgit v1.2.3-55-g6feb