From 868f479ef9c172d267662578c8f050a6f14ba95e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 8 Dec 2015 00:19:29 -0800 Subject: [PATCH] tst: winfsp-tests: minor fix --- tst/winfsp-tests/mount-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tst/winfsp-tests/mount-test.c b/tst/winfsp-tests/mount-test.c index b3677209..23f1f46a 100644 --- a/tst/winfsp-tests/mount-test.c +++ b/tst/winfsp-tests/mount-test.c @@ -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 */