tst: winfsp-tests: minor fix

This commit is contained in:
Bill Zissimopoulos 2015-12-08 00:19:29 -08:00
parent 49fa80af19
commit 868f479ef9

View File

@ -80,6 +80,7 @@ void mount_volume_dotest(PWSTR DeviceName)
StringCbPrintfW(FilePath, sizeof FilePath, L"\\\\?\\GLOBALROOT%s\\file0", VolumePath);
Thread = (HANDLE)_beginthreadex(0, 0, mount_volume_dotest_thread, FilePath, 0, 0);
ASSERT(0 != Thread);
Sleep(1000); /* give some time to the thread to execute */