Commit 37bf7224 authored by Alexandre Julliard's avatar Alexandre Julliard

crypt32/tests: Clean up temp files.

parent c627601c
......@@ -1356,6 +1356,7 @@ static void testFileNameStore(void)
compareFile(filename, serializedStoreWithCertAndCRL,
sizeof(serializedStoreWithCertAndCRL));
}
DeleteFileW(filename);
}
static void testCertOpenSystemStore(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment