aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-20 19:01:42 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-20 19:01:42 +0000
commitd77f4f6a6f6a1d8e4e6939a5fd63d8d8fe788702 (patch)
tree32ad8e5e89e3140308d2c4856e1d1eb01cc0cea8 /tools
parent4b7e26d006883b8cd87a172dbba82ab0f3693cb7 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/sockets/sendfile/sendfile.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/regression/sockets/sendfile/sendfile.c b/tools/regression/sockets/sendfile/sendfile.c
index 960d7e777d60..e91151c6910a 100644
--- a/tools/regression/sockets/sendfile/sendfile.c
+++ b/tools/regression/sockets/sendfile/sendfile.c
@@ -302,6 +302,12 @@ run_parent(void)
sleep(1);
+ connect_socket = new_test_socket();
+ send_test(connect_socket, 0, TEST_PAGES * getpagesize(), 0);
+ close(connect_socket);
+
+ sleep(1);
+
(void)kill(child_pid, SIGKILL);
}