summaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/ElevationTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/test/BurnUnitTest/ElevationTest.cpp')
-rw-r--r--src/burn/test/BurnUnitTest/ElevationTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/ElevationTest.cpp b/src/burn/test/BurnUnitTest/ElevationTest.cpp
index f9ae2579..81e9f93e 100644
--- a/src/burn/test/BurnUnitTest/ElevationTest.cpp
+++ b/src/burn/test/BurnUnitTest/ElevationTest.cpp
@@ -55,7 +55,7 @@ namespace Bootstrapper
55 BURN_PIPE_CONNECTION* pConnection = &engineState.companionConnection; 55 BURN_PIPE_CONNECTION* pConnection = &engineState.companionConnection;
56 DWORD dwResult = S_OK; 56 DWORD dwResult = S_OK;
57 57
58 engineState.sczBundleEngineWorkingPath = L"tests\\ignore\\this\\path\\to\\burn.exe"; 58 engineState.cache.sczBundleEngineWorkingPath = L"tests\\ignore\\this\\path\\to\\burn.exe";
59 59
60 try 60 try
61 { 61 {