Module: wine Branch: master Commit: 0646dfa58fe05b54e8370c8d4af7df464dc8407f URL: http://source.winehq.org/git/wine.git/?a=commit;h=0646dfa58fe05b54e8370c8d4a... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Tue Mar 6 18:47:28 2007 +0100 localspl/tests: Remove tempfile after running the tests. --- dlls/localspl/tests/localmon.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/dlls/localspl/tests/localmon.c b/dlls/localspl/tests/localmon.c index 7dd808a..4361e71 100644 --- a/dlls/localspl/tests/localmon.c +++ b/dlls/localspl/tests/localmon.c @@ -1043,4 +1043,7 @@ START_TEST(localmon) test_XcvDataPort_MonitorUI(); test_XcvDataPort_PortIsValid(); test_XcvOpenPort(); + + /* Cleanup our temporary file */ + DeleteFileW(tempfileW); }