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

This commit is contained in:
Paul Vriens 2007-03-06 18:40:26 +01:00 committed by Alexandre Julliard
parent 684d72f257
commit c23bf488b3
1 changed files with 3 additions and 0 deletions

View File

@ -2020,4 +2020,7 @@ START_TEST(info)
test_SetDefaultPrinter();
test_XcvDataW_MonitorUI();
test_XcvDataW_PortIsValid();
/* Cleanup our temporary file */
DeleteFileA(tempfileA);
}