tst: fscrash: WIP

This commit is contained in:
Bill Zissimopoulos
2016-11-03 22:31:59 -07:00
parent f54ce6a65d
commit aae6a15e5a
2 changed files with 2 additions and 2 deletions

View File

@ -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! */