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