Module Name:    src
Committed By:   pooka
Date:           Fri Jan  3 13:18:00 UTC 2014

Modified Files:
        src/tests/lib/librumphijack: t_tcpip.sh

Log Message:
netstat expected output includes ipv6 sucket, so add netinet6


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/lib/librumphijack/t_tcpip.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/librumphijack/t_tcpip.sh
diff -u src/tests/lib/librumphijack/t_tcpip.sh:1.12 src/tests/lib/librumphijack/t_tcpip.sh:1.13
--- src/tests/lib/librumphijack/t_tcpip.sh:1.12	Thu Aug 16 12:57:24 2012
+++ src/tests/lib/librumphijack/t_tcpip.sh	Fri Jan  3 13:18:00 2014
@@ -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 \

Reply via email to