freebsd-dev/tools/regression/kqueue
Jonathan Anderson 345f2b96e2 Clarify the meaning of a test.
Rather than using err() if either of two failure conditions
fires (which can produce spurious error messages), just use
errx() if the one condition that really matters fires.

In practice, this single test is enough to detect the failure
mode we're looking for (kqueue being inherited across fork).

Approved by: mentor (rwatson), re (Capsicum blanket)
Sponsored by: Google Inc
2011-07-08 12:16:30 +00:00
..
common.h
config.h Clarify the meaning of a test. 2011-07-08 12:16:30 +00:00
main.c Ensure that kqueue is not inherited across fork(). 2011-07-07 18:07:03 +00:00
Makefile Always assign WARNS using ?= 2010-03-02 16:58:04 +00:00
proc.c Clarify the meaning of a test. 2011-07-08 12:16:30 +00:00
read.c
signal.c
timer.c
user.c
vnode.c