Module Name: src Committed By: tron Date: Sun May 29 12:57:14 UTC 2011
Modified Files: src/tests/syscall: t_pollts.c Log Message: Don't use assert(3) for expressions with side effects on request by by Christos Zoulas. Use ATF_REQUIRE() and ATF_REQUIRE_EQ() instead. Also use ATF_REQUIRE_EQ_MSG() instead of ATF_REQUIRE_MSG() to avoid crashes if one of the required conditions isn't met. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_pollts.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.