Alexandre Julliard : msvcrt/tests: Clean up a temp file.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 14 05:14:35 CST 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 14 12:00:38 2006 +0100

msvcrt/tests: Clean up a temp file.

---

 dlls/msvcrt/tests/file.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msvcrt/tests/file.c b/dlls/msvcrt/tests/file.c
index d33d7ab..bd58eeb 100644
--- a/dlls/msvcrt/tests/file.c
+++ b/dlls/msvcrt/tests/file.c
@@ -292,6 +292,7 @@ static void test_fgetc( void )
   ret = fgetc(tempfh);
   ok(ich == ret, "Second fgetc expected %x got %x\n", ich, ret);
   fclose(tempfh);
+  unlink(tempf);
 }
 
 static void test_fgetwc( void )




More information about the wine-cvs mailing list