Paul Vriens : localspl/tests: Remove tempfile after running the tests.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 6 16:13:17 CST 2007


Module: wine
Branch: master
Commit: 0646dfa58fe05b54e8370c8d4af7df464dc8407f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0646dfa58fe05b54e8370c8d4af7df464dc8407f

Author: Paul Vriens <paul.vriens.wine at 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);
 }




More information about the wine-cvs mailing list