localspl/tests: Remove tempfile after running the tests.
This commit is contained in:
parent
c23bf488b3
commit
0646dfa58f
|
@ -1043,4 +1043,7 @@ START_TEST(localmon)
|
|||
test_XcvDataPort_MonitorUI();
|
||||
test_XcvDataPort_PortIsValid();
|
||||
test_XcvOpenPort();
|
||||
|
||||
/* Cleanup our temporary file */
|
||||
DeleteFileW(tempfileW);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue