netstat expected output includes ipv6 sucket, so add netinet6

This commit is contained in:
pooka 2014-01-03 13:18:00 +00:00
parent 7e5de72e53
commit c7edf59387
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: t_tcpip.sh,v 1.12 2012/08/16 12:57:24 pgoyette Exp $
# $NetBSD: t_tcpip.sh,v 1.13 2014/01/03 13:18:00 pooka Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
@ -37,7 +37,7 @@ http_head()
http_body()
{
atf_check -s exit:0 ${rumpnetsrv} ${RUMP_SERVER}
atf_check -s exit:0 ${rumpnetsrv} -lrumpnet_netinet6 ${RUMP_SERVER}
# start bozo in daemon mode
atf_check -s exit:0 env LD_PRELOAD=/usr/lib/librumphijack.so \