mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-07 20:42:09 -05:00
tst: winfsp-tests: wsl: fix WOW64 failure
This commit is contained in:
parent
c6b7b7586e
commit
859d4250c3
@ -146,7 +146,9 @@ static void wsl_stat_dotest(ULONG Flags, PWSTR Prefix, ULONG FileInfoTimeout)
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT(STATUS_INVALID_INFO_CLASS == Result);
|
||||
ASSERT(
|
||||
STATUS_INVALID_INFO_CLASS == Result ||
|
||||
STATUS_NOT_IMPLEMENTED == Result/* value returned under WOW64 */);
|
||||
FspDebugLog(__FUNCTION__ ": only works in Win10 with WSLinux\n");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user