From: Razvan Deaconescu Date: Sat, 21 May 2011 16:52:21 +0000 (+0300) Subject: raw: Run insufficient_file_descriptos function in child process. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=ea1736d5de10851500c2f0bf0adfd918347d2632;p=swifty.git raw: Run insufficient_file_descriptos function in child process. Used in sw_socket.c. --- diff --git a/src/raw/test/test_sw_socket.c b/src/raw/test/test_sw_socket.c index 3b4b4d7..18ca8a3 100644 --- a/src/raw/test/test_sw_socket.c +++ b/src/raw/test/test_sw_socket.c @@ -34,7 +34,7 @@ void socket_test_suite(void) socket_invalid_domain(); socket_invalid_type(); socket_invalid_protocol(); - socket_insufficient_file_descriptors(); + run_as_child_process(socket_insufficient_file_descriptors); socket_ok(); }