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