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

/dovecot/src/lib/
H A Dtest-path-util.c16 static const char *cwd; variable
24 const char *expected = t_strconcat(cwd, "/README.md", NULL);
26 test_assert(t_normpath_to("README.md", cwd, &npath, &error) == 0);
36 test_assert(t_normpath_to(cwd, cwd, &npath, &error) == 0);
37 test_assert_strcmp(npath, cwd);
50 int l = path_height(cwd);
51 const char *npath = cwd;
52 for (npath = cwd; l != 0; l--) {
62 test_assert(t_normpath_to(".", cwd,
[all...]

Completed in 10 milliseconds