Update test

This commit is contained in:
Blue 2025-08-15 16:02:37 -07:00
parent df59ebacbf
commit df02e66b6f

View File

@ -170,7 +170,7 @@ class LSWTests
VERIFY_ARE_EQUAL(RunCommand(vm.get(), cmd), 32L);
// Verify that unmount fails now.
VERIFY_ARE_EQUAL(WslUnmount(vm.get(), "/mnt"), E_FAIL);
VERIFY_ARE_EQUAL(WslUnmount(vm.get(), "/mnt"), HRESULT_FROM_WIN32(ERROR_NOT_FOUND));
// Detach the disk
VERIFY_SUCCEEDED(WslDetachDisk(vm.get(), attachedDisk.ScsiLun));