teststr2
if (rump_sys_write(fd, teststr2, sizeof(teststr2)) != sizeof(teststr2))
if (rump_sys_read(fd, buf, sizeof(buf)) != sizeof(teststr2))
if (strcmp(teststr2, buf) != 0)
atf_tc_fail("got invalid str, %s vs. %s", buf, teststr2);