tst: winfsp-tests: --external tests done within a temporary directory

This commit is contained in:
Bill Zissimopoulos
2016-10-26 20:24:57 -07:00
parent 50af8f6444
commit 26092211a8
4 changed files with 61 additions and 15 deletions

View File

@ -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);