mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
tst: fscrash: WIP
This commit is contained in:
@ -235,7 +235,7 @@ int wmain(int argc, wchar_t **argv)
|
||||
else
|
||||
wsprintfW(Prefix, L"\\memfs\\share");
|
||||
|
||||
for (ULONG Iterations = OptIterations; -1 == Iterations || 0 != Iterations; Iterations--)
|
||||
for (ULONG Iterations = 0; -1 == OptIterations || OptIterations != Iterations; Iterations++)
|
||||
{
|
||||
Test(Prefix);
|
||||
FspCrash(MemfsFileSystem(Memfs)); /* after one time through, go ahead and crash! */
|
||||
|
Reference in New Issue
Block a user