summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-02-15 15:14:01 +0100
committerDaiki Ueno <ueno@gnu.org>2017-02-16 16:17:14 +0100
commit99aabc614cce4e0a9751d9409546c34abc1fe2db (patch)
tree9877b91118135893ba04a1716aa8ed7838125c43 /common
parentb534f1801d82c565e38305b2ed73dd00dc165f65 (diff)
test: Fix Windows test case for p11_path_expand
Diffstat (limited to 'common')
-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"));