mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:32:41 +00:00
[WINESYNC] reg: Only print the name of the registry key if it contains values or we are recursing.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id ec0a799ea8884479d7b56b81fb9fdd106f1a751b by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
parent
a3bf868efb
commit
14b77379a7
3 changed files with 12 additions and 6 deletions
|
@ -282,7 +282,7 @@ static void test_query(void)
|
|||
|
||||
read_reg_output("reg query HKCU\\" KEY_BASE, buf, sizeof(buf), &r);
|
||||
ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r);
|
||||
compare_query(buf, test8a, FALSE, TODO_REG_COMPARE);
|
||||
compare_query(buf, test8a, FALSE, 0);
|
||||
|
||||
read_reg_output("reg query HKCU\\" KEY_BASE " /s", buf, sizeof(buf), &r);
|
||||
ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue