Searched refs:initial_cwd (Results 1 – 1 of 1) sorted by relevance
87 char *initial_cwd, *cwd; in test_basic() local531 initial_cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */ in test_basic()533 initial_cwd = getcwd(NULL, 0); in test_basic()567 assertEqualString(initial_cwd, cwd); in test_basic()568 free(initial_cwd); in test_basic()