]> granicus.if.org Git - p11-kit/commitdiff
test: Fix Windows test case for p11_path_expand
authorDaiki Ueno <dueno@redhat.com>
Wed, 15 Feb 2017 14:14:01 +0000 (15:14 +0100)
committerDaiki Ueno <ueno@gnu.org>
Thu, 16 Feb 2017 15:17:14 +0000 (16:17 +0100)
common/test-path.c

index 57619c801fe4575b5d5bdd0bce5c91914e09a932..1394e0fc314404af92177443675d2d696419f63a 100644 (file)
@@ -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"));