X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-05-write.c;fp=ccan%2Fio%2Ftest%2Frun-05-write.c;h=2c3e1839991b3ef927ac24cd7b3ac5ad658a80fc;hb=cdf62dce7077a9f9a818edbb67d31d033cbb73c6;hp=5319def8f2cc28c6921b2b611a2c99b013b1402d;hpb=2a8b4826ddf8face89bd37a5fc0982474f96e2e3;p=ccan diff --git a/ccan/io/test/run-05-write.c b/ccan/io/test/run-05-write.c index 5319def8..2c3e1839 100644 --- a/ccan/io/test/run-05-write.c +++ b/ccan/io/test/run-05-write.c @@ -20,7 +20,7 @@ static void finish_ok(struct io_conn *conn, struct data *d) { ok1(d->state == 1); d->state++; - io_break(d, io_idle()); + io_break(d, io_never()); } static void init_conn(int fd, struct data *d)