summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/test-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/test-path.c b/common/test-path.c
index 57619c8..1394e0f 100644
--- a/common/test-path.c
+++ b/common/test-path.c
@@ -131,7 +131,7 @@ test_expand (void)
p11_path_expand ("~/.config/path"));
#else /* OS_WIN32 */
putenv ("HOME=C:\\Users\\blah");
- assert_str_eq_free ("C:\\Users\\blah\\path",
+ assert_str_eq_free ("C:\\Users\\blah\\my/path",
p11_path_expand ("~/my/path"));
assert_str_eq_free ("C:\\Users\\blah\\path",
p11_path_expand ("~\\path"));