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>
This commit is contained in:
Hugh McMaster 2021-03-02 23:17:49 +11:00 committed by Alexandre Julliard
parent 3dca00f1dd
commit b369af9ac5
4 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}