test/open-close: fix race with closing ring itself

Depending on timing, we can get -EBADF from the waiting on a
completion. This is fine, as we've closed the ring itself, so we
cannot rely the completion coming in, it'll depend completely on
the timing of events.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 file changed