mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[WINESYNC] 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> wine commit id b369af9ac5861f0ec49933ef657a53feeafefc21 by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
committed by
Thomas Csovcsity
parent
a09c8c41ee
commit
2161165dca
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@ directories:
|
||||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: 3c2db20f66806074b047b0b3c76aa86ad79e3175
|
||||
wine: b369af9ac5861f0ec49933ef657a53feeafefc21
|
||||
|
||||
Reference in New Issue
Block a user