Searched refs:link4 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-path-util.c20 static const char *link4; variable
125 test_assert(t_realpath_to(t_strconcat(link1, "/link4/child", NULL),
169 /* link4 points to link1 */
170 link4 = t_strconcat(tmpdir, "/link4", NULL);
171 if (symlink("link1", link4) < 0)
172 i_fatal("symlink(link1, %s) failed: %m", link4);

Completed in 6 milliseconds