mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:56:06 +00:00
[WINESYNC] reg: Print the full key path without a trailing backslash.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id e685718c3b701b67e1920a8e4f2ddce31d3ca800 by Hugh McMaster <hugh.mcmaster@outlook.com> manual adjustment needed
This commit is contained in:
parent
f42b63fd64
commit
a0060cdcee
3 changed files with 13 additions and 5 deletions
|
@ -251,7 +251,7 @@ static void test_query(void)
|
|||
|
||||
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);
|
||||
compare_query(buf, test6, FALSE, TODO_REG_COMPARE);
|
||||
compare_query(buf, test6, FALSE, 0);
|
||||
|
||||
read_reg_output("reg query HKCU\\" KEY_BASE " /v Wine /s", buf, sizeof(buf), &r);
|
||||
ok(r == REG_EXIT_SUCCESS || r == REG_EXIT_FAILURE /* WinXP */,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue