Commit b369af9a authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

reg/tests: Fix copy/paste typo in reg.exe availability check.

parent 3dca00f1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment