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

Alexandre Julliard julliard at winehq.org
Tue Mar 2 15:35:58 CST 2021


Module: wine
Branch: master
Commit: b369af9ac5861f0ec49933ef657a53feeafefc21
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b369af9ac5861f0ec49933ef657a53feeafefc21

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Tue Mar  2 23:17:49 2021 +1100

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

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/reg/tests/add.c    | 2 +-
 programs/reg/tests/copy.c   | 2 +-
 programs/reg/tests/export.c | 2 +-
 programs/reg/tests/import.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/programs/reg/tests/add.c b/programs/reg/tests/add.c
index bdfd429367c..bd0888ae831 100644
--- a/programs/reg/tests/add.c
+++ b/programs/reg/tests/add.c
@@ -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;
     }
 
diff --git a/programs/reg/tests/copy.c b/programs/reg/tests/copy.c
index b91352c9d46..a8956d7e9a0 100644
--- a/programs/reg/tests/copy.c
+++ b/programs/reg/tests/copy.c
@@ -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;
     }
 
diff --git a/programs/reg/tests/export.c b/programs/reg/tests/export.c
index e03b1f3db25..9a3f7d5fbf0 100644
--- a/programs/reg/tests/export.c
+++ b/programs/reg/tests/export.c
@@ -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;
     }
 
diff --git a/programs/reg/tests/import.c b/programs/reg/tests/import.c
index 5b520f11d5f..f769e0020f5 100644
--- a/programs/reg/tests/import.c
+++ b/programs/reg/tests/import.c
@@ -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;
     }
 




More information about the wine-cvs mailing list