diff --git a/test/test_conf.c b/test/test_conf.c index dd0fc56..de0eee0 100644 --- a/test/test_conf.c +++ b/test/test_conf.c @@ -116,7 +116,7 @@ void test_conf_getpat(void) { /* test with setting USERPROFILE */ _putenv("USERPROFILE=C:\\Users\\test"); path = conf_getpat("\\mypath"); - assert_true(path != NULL && strcmp(path, "C:\\Users\\test\\mypath") == 0); + assert_true(path != NULL && strcmp(path, "C:\\Users\\test\\AppData\\Roaming\\mypath") == 0); free(path); /* test with setting APPDATA */