Commit 989649c6 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

shell32/tests: Make sure all created files can be removed.

parent e348c842
......@@ -1602,6 +1602,8 @@ static void cleanup_test(void)
while (*testfile)
{
sprintf(filename, *testfile, tmpdir);
/* Make sure we can delete the files ('test file.noassoc' is read-only now) */
SetFileAttributes(filename, FILE_ATTRIBUTE_NORMAL);
DeleteFile(filename);
testfile++;
}
......
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