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
b369af9a
Commit
b369af9a
authored
Mar 02, 2021
by
Hugh McMaster
Committed by
Alexandre Julliard
Mar 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reg/tests: Fix copy/paste typo in reg.exe availability check.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3dca00f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
add.c
programs/reg/tests/add.c
+1
-1
copy.c
programs/reg/tests/copy.c
+1
-1
export.c
programs/reg/tests/export.c
+1
-1
import.c
programs/reg/tests/import.c
+1
-1
No files found.
programs/reg/tests/add.c
View file @
b369af9a
...
...
@@ -630,7 +630,7 @@ START_TEST(add)
DWORD
r
;
if
(
!
run_reg_exe
(
"reg.exe /?"
,
&
r
))
{
win_skip
(
"reg.exe not available, skipping
reg.exe
tests
\n
"
);
win_skip
(
"reg.exe not available, skipping
'add'
tests
\n
"
);
return
;
}
...
...
programs/reg/tests/copy.c
View file @
b369af9a
...
...
@@ -102,7 +102,7 @@ START_TEST(copy)
DWORD
r
;
if
(
!
run_reg_exe
(
"reg.exe /?"
,
&
r
))
{
win_skip
(
"reg.exe not available, skipping
reg.exe
tests
\n
"
);
win_skip
(
"reg.exe not available, skipping
'copy'
tests
\n
"
);
return
;
}
...
...
programs/reg/tests/export.c
View file @
b369af9a
...
...
@@ -408,7 +408,7 @@ START_TEST(export)
DWORD
r
;
if
(
!
run_reg_exe
(
"reg.exe /?"
,
&
r
))
{
win_skip
(
"reg.exe not available, skipping
reg.exe
tests
\n
"
);
win_skip
(
"reg.exe not available, skipping
'export'
tests
\n
"
);
return
;
}
...
...
programs/reg/tests/import.c
View file @
b369af9a
...
...
@@ -3584,7 +3584,7 @@ START_TEST(import)
DWORD
r
;
if
(
!
run_reg_exe
(
"reg.exe /?"
,
&
r
))
{
win_skip
(
"reg.exe not available, skipping '
query
' tests
\n
"
);
win_skip
(
"reg.exe not available, skipping '
import
' tests
\n
"
);
return
;
}
...
...
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