From 99aabc614cce4e0a9751d9409546c34abc1fe2db Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 15 Feb 2017 15:14:01 +0100 Subject: test: Fix Windows test case for p11_path_expand --- common/test-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- cgit v1.1