r11077 - libprelude/trunk/libmissing/tests
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: yoann Date: 2008-10-21 15:46:37 +0200 (Tue, 21 Oct 2008) New Revision: 11077 Modified: libprelude/trunk/libmissing/tests/test-poll.c Log: Fix OpenBSD poll unit-test. Modified: libprelude/trunk/libmissing/tests/test-poll.c =================================================================== --- libprelude/trunk/libmissing/tests/test-poll.c 2008-10-21 08:58:54 UTC (rev 11076) +++ libprelude/trunk/libmissing/tests/test-poll.c 2008-10-21 13:46:37 UTC (rev 11077) @@ -368,8 +368,10 @@ #endif result = test (test_connect_first, "Unconnected socket test"); +#if ! defined(__OpenBSD__) result += test (test_socket_pair, "Connected sockets test"); result += test (test_accept_first, "General socket test with fork"); +#endif result += test (test_pipe, "Pipe test"); exit (result); _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog