mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: relative symbolic link resolution testing
This commit is contained in:
@ -452,6 +452,7 @@ static void reparse_symlink_relative_dotest(ULONG Flags, PWSTR Prefix, ULONG Fil
|
||||
ASSERT(ERROR_FILE_NOT_FOUND == GetLastError());
|
||||
my_notexist(L"\\loop");
|
||||
ASSERT(ERROR_CANT_RESOLVE_FILENAME == GetLastError());
|
||||
|
||||
my_namecheck(L"\\1\\1.1\\l1.1.1", L"\\1\\1.1\\1.1.1");
|
||||
|
||||
my_namecheck(L"\\2\\l1\\1.1\\l1.1.1", L"\\1\\1.1\\1.1.1");
|
||||
|
Reference in New Issue
Block a user