Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d4b7888d
Commit
d4b7888d
authored
May 26, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Delete some temporary files.
parent
6dc90620
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
file.c
dlls/kernel32/tests/file.c
+2
-0
No files found.
dlls/kernel32/tests/file.c
View file @
d4b7888d
...
...
@@ -3013,6 +3013,7 @@ static void test_ReplaceFileA(void)
ok
(
!
ret
&&
(
GetLastError
()
==
ERROR_FILE_NOT_FOUND
||
GetLastError
()
==
ERROR_ACCESS_DENIED
),
"ReplaceFileA: unexpected error %d
\n
"
,
GetLastError
());
DeleteFileA
(
replacement
);
/*
* if the first round (w/ backup) worked then as long as there is no
...
...
@@ -3107,6 +3108,7 @@ static void test_ReplaceFileW(void)
ok
(
!
ret
&&
(
GetLastError
()
==
ERROR_FILE_NOT_FOUND
||
GetLastError
()
==
ERROR_ACCESS_DENIED
),
"ReplaceFileW: unexpected error %d
\n
"
,
GetLastError
());
DeleteFileW
(
replacement
);
if
(
removeBackup
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment