Hi! > - if (TEST_RETURN < 0 && TEST_ERRNO != 0) { Since the default value for priorities is 0, I've changed this check to: if (TEST_RETURN != 0 || TEST_ERRNO != 0) { ... } And pushed, thanks. -- Cyril Hrubis chrubis@suse.cz