diff --git a/vctest/main.cpp b/vctest/main.cpp index 6e6cb1c3..e0de9685 100644 --- a/vctest/main.cpp +++ b/vctest/main.cpp @@ -143,7 +143,7 @@ static bool run_test(const Config& config, const fs::path& path) { auto name = path.stem(); std::stringstream ss; - ss << fs::canonical(config.executable) << " --headless"; + ss << fix_path(config.executable.string()) << " --headless"; ss << " --test " << path; ss << " --res " << config.resDir; ss << " --dir " << config.workingDir;