Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/librumphijack netstat expected output includes ipv...



details:   https://anonhg.NetBSD.org/src/rev/077bb5f6943a
branches:  trunk
changeset: 792430:077bb5f6943a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 03 13:18:00 2014 +0000

description:
netstat expected output includes ipv6 sucket, so add netinet6

diffstat:

 tests/lib/librumphijack/t_tcpip.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2bbc2f97e7e5 -r 077bb5f6943a tests/lib/librumphijack/t_tcpip.sh
--- a/tests/lib/librumphijack/t_tcpip.sh        Fri Jan 03 13:14:50 2014 +0000
+++ b/tests/lib/librumphijack/t_tcpip.sh        Fri Jan 03 13:18:00 2014 +0000
@@ -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_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 \



Home | Main Index | Thread Index | Old Index