#include #include "test.h" #include "tests.h" static void run_connect_nonexistent(void) { printf("connect-nonexistent: connecting to %d (0x7fffffff)\n",0x7fffffff); sleep(1); ERROR_PIDCONN(PIDCONN_CONNECT,0,0x7fffffff,ESRCH); sleep(1); printf("connect-nonexistent: done\n"); } const TEST test_connect_nonexistent = { &run_connect_nonexistent };