Hi! Pushed with two minor changes, thanks. > + TST_EXP_EXPR((flags & FD_CLOEXEC) > 0, "FD_CLOEXEC is set"); ^ It's more C-like to do just (flags & FD_CLOEXEC) here, i.e. drop the > 0 And use !(...) for the other case. -- Cyril Hrubis chrubis@suse.cz