test/ring-leak: silence "sending fd" message

We assume that a silent test is good.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2019-02-08 11:34:38 -07:00
parent 3ceb15c132
commit f171fa43ab

View File

@@ -95,11 +95,8 @@ int main(int argc, char *argv[])
}
pid = fork();
if (pid) {
printf("Sending fd %d\n", ring_fd);
if (pid)
send_fd(sp[0], ring_fd);
}
close(ring_fd);
close(sp[0]);