From a0251d0d0fce587a87f96aea14c937e6147ba5f1 Mon Sep 17 00:00:00 2001
From: Bret Curtis <psi29a@gmail.com>
Date: Mon, 8 May 2023 21:47:52 +0200
Subject: [PATCH] give aon3 tip a try

---
 apps/mwiniimporter_tests/main.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/mwiniimporter_tests/main.cpp b/apps/mwiniimporter_tests/main.cpp
index 886076f769..8d270b07d7 100644
--- a/apps/mwiniimporter_tests/main.cpp
+++ b/apps/mwiniimporter_tests/main.cpp
@@ -42,8 +42,7 @@ int runBinary(
 {
 #ifdef _WIN32
     std::wstringstream cmd;
-    cmd << L'& "' << binaryPath.native() << L'"' << L" -i " << '"' << iniPath.native() << '"' << L" -c " << '"'
-        << cfgPath.native() << '"';
+    cmd << L"& '" << binaryPath.native() << L"' -i '" << iniPath.native() << L"' -c '" << cfgPath.native() << "'";
     return _wsystem(cmd.str().c_str());
 #else
     std::stringstream cmd;