Searched defs:link1 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-path-util.c17 static const char *link1; variable
102 test_assert(t_realpath_to(link1, "/", &npath, &error) == 0);
105 /* .../link1/link1/child */
106 test_assert(t_realpath_to(t_strconcat(link1, "/link1/child", NULL),
110 /* relative link1/link1/child */
115 test_assert(t_realpath(t_strconcat("link1", "/link1/chil
[all...]

Completed in 158 milliseconds