From 8ea88c6923544e8a7d6acf33a530365c0f16377e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:22:49 +0000 Subject: [PATCH 1/2] Initial plan From 6099d17d68a96c35a9f8cd338073d22b515fc11f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:27:05 +0000 Subject: [PATCH 2/2] Update MoveVhdOwnership test to WSL2 only Agent-Logs-Url: https://github.com/microsoft/WSL/sessions/65d80936-791c-411b-8da2-d8c1bc06e651 Co-authored-by: benhillis <17727402+benhillis@users.noreply.github.com> --- test/windows/UnitTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/windows/UnitTests.cpp b/test/windows/UnitTests.cpp index 288de4cee..aba4d7648 100644 --- a/test/windows/UnitTests.cpp +++ b/test/windows/UnitTests.cpp @@ -2801,7 +2801,7 @@ Error code: Wsl/InstallDistro/WSL_E_DISTRO_NOT_FOUND } } - TEST_METHOD(MoveVhdOwnership) + WSL2_TEST_METHOD(MoveVhdOwnership) { constexpr auto name = L"move-owner-test-distro"; constexpr auto moveElevatedFolder = L"move-owner-elevated";