On Wed, 18 Jun 2014 14:00:35 +0200, Michael Adam wrote:
> > + /* only need to delete if create process didn't timeout */
> > + if (TEST_FSRVP_TOUT_NONE) {
>
> This looks strange.
> Shouldn't it read "if (i == TEST_FSRVP_TOUT_NONE)" or similar?
Yes, you're right. Thanks for the feedback!