winspool.drv/tests: Remove tempfile after running the tests.
This commit is contained in:
parent
684d72f257
commit
c23bf488b3
|
@ -2020,4 +2020,7 @@ START_TEST(info)
|
||||||
test_SetDefaultPrinter();
|
test_SetDefaultPrinter();
|
||||||
test_XcvDataW_MonitorUI();
|
test_XcvDataW_MonitorUI();
|
||||||
test_XcvDataW_PortIsValid();
|
test_XcvDataW_PortIsValid();
|
||||||
|
|
||||||
|
/* Cleanup our temporary file */
|
||||||
|
DeleteFileA(tempfileA);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue