CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/02/29 14:47:02
Modified files: regress/sys/kern/nanosleep: Makefile nanosleep.c Log message: Make nanosleep regress actually test something. Do not call exit 0 in parent and child process. This skiped the testing in multiple subtests. Use meaningful variable names to figure out what is going wrong after the tests have been enabled. Fix the test logic. Add missing break in switch statement, so that success is reported.