t_spawn.c | 312 const char *testdir = getcwd(NULL, 0); local in function:ATF_TC_BODY 316 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir)); 320 printf("cwd: %s\n", testdir); 414 const char *testdir = getcwd(NULL, 0); local in function:ATF_TC_BODY 424 RL(asprintf(&chdirwd, "%s/%s", testdir, relative_dir));
|