mirror of
https://github.com/microsoft/WSL.git
synced 2026-02-04 02:06:49 -06:00
Update test
This commit is contained in:
parent
df59ebacbf
commit
df02e66b6f
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user