Hi! > Sorry I can't be 100% sure what you mean at here. Do you mean as this: > -- > TEST(fsopen(tst_device->fs_type, FSOPEN_CLOEXEC)); > if (TST_RET < 0) { > tst_brk(TFAIL | TTERRNO, > "fsopen %s", tst_device->fs_type); > } > sfd = TST_RET; > tst_res(TPASS, "fsopen %s", tst_device->fs_type); Yes, indeed. The tst_brk() calls exit() so it never returns back to the caller. -- Cyril Hrubis chrubis@xxxxxxx