Update test/windows/SimpleTests.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Hillis 2025-12-16 10:40:30 -08:00 committed by GitHub
parent 5e157e6cf0
commit ed209578b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class SimpleTests
THROW_LAST_ERROR_IF(!SetEnvironmentVariableW(L"PATH", testPath));
auto [output, __] = LxsstuLaunchWslAndCaptureOutput(L"echo $PATH");
auto [output, _] = LxsstuLaunchWslAndCaptureOutput(L"echo $PATH");
VERIFY_IS_TRUE(output.find(L"/mnt/c/Program Files/Git/cmd") != std::wstring::npos);
VERIFY_IS_TRUE(output.find(L"/mnt/c/Program Files/PowerShell/7") != std::wstring::npos);