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

/dovecot/src/lib/
H A Dtest-path-util.c18 static const char *link2; variable
134 test_assert(t_realpath_to(link2, "/", &npath, &error) == -1);
161 /* link2 and link3 point to each other to create a loop */
162 link2 = t_strconcat(tmpdir, "/link2", NULL);
164 if (symlink(link3, link2) < 0)
165 i_fatal("symlink(%s, %s) failed: %m", link3, link2);
166 if (symlink(link2, link3) < 0)
167 i_fatal("symlink(%s, %s) failed: %m", link2, link3);

Completed in 6 milliseconds