From: Daiki Ueno Date: Wed, 15 Feb 2017 14:14:01 +0000 (+0100) Subject: test: Fix Windows test case for p11_path_expand X-Git-Tag: 0.23.4~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99aabc614cce4e0a9751d9409546c34abc1fe2db;p=p11-kit test: Fix Windows test case for p11_path_expand --- 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"));