SAVEDVALUE
ATF_REQUIRE(symlink(buf, SAVEDVALUE) == 0);
if ((n = readlink(SAVEDVALUE, buf, sizeof(buf))) > 0) {
(void)unlink(SAVEDVALUE);