Commit c23bf488 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

winspool.drv/tests: Remove tempfile after running the tests.

parent 684d72f2
......@@ -2020,4 +2020,7 @@ START_TEST(info)
test_SetDefaultPrinter();
test_XcvDataW_MonitorUI();
test_XcvDataW_PortIsValid();
/* Cleanup our temporary file */
DeleteFileA(tempfileA);
}
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