Hi! Pushed with a minor change, thanks. > + if (tc->sig != SIGKILL) { > + if (sigset(tc->sig, SIG_DFL) == SIG_ERR) > + tst_brk(TBROK | TERRNO, "sigset(%d) failed", tc->sig); > } There is no need to restore the default signal handlers if we haven't changed them, so I've removed this part as well. -- Cyril Hrubis chrubis@suse.cz