mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
tst: winfsp-tests: --external tests done within a temporary directory
This commit is contained in:
@ -843,7 +843,7 @@ void create_curdir_dotest(ULONG Flags, PWSTR Prefix)
|
||||
Success = SetCurrentDirectoryW(FilePath);
|
||||
ASSERT(Success);
|
||||
|
||||
Success = SetCurrentDirectoryW(CurrentDirectory);
|
||||
Success = RealSetCurrentDirectoryW(CurrentDirectory);
|
||||
ASSERT(Success);
|
||||
|
||||
memfs_stop(memfs);
|
||||
|
Reference in New Issue
Block a user