Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/net Add missing resolv.conf override to the g...



details:   https://anonhg.NetBSD.org/src/rev/d551a9a23917
branches:  trunk
changeset: 325948:d551a9a23917
user:      gson <gson%NetBSD.org@localhost>
date:      Mon Jan 13 10:49:47 2014 +0000

description:
Add missing resolv.conf override to the gethostbyaddr6 test case.

diffstat:

 tests/lib/libc/net/t_hostent.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r af417c4e0b4f -r d551a9a23917 tests/lib/libc/net/t_hostent.sh
--- a/tests/lib/libc/net/t_hostent.sh   Mon Jan 13 10:33:23 2014 +0000
+++ b/tests/lib/libc/net/t_hostent.sh   Mon Jan 13 10:49:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_hostent.sh,v 1.8 2014/01/10 20:38:11 gson Exp $
+# $NetBSD: t_hostent.sh,v 1.9 2014/01/13 10:49:47 gson Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -114,7 +114,7 @@
 gethostbyaddr6_body()
 {
        start_dns_server 4
-       atf_check -o inline:"$ans6" -x "$HIJACK_DNS ${dir}/h_hostent -t auto -a $a6"
+       atf_check -o inline:"$ans6" -x "$HIJACK_DNS ${dir}/h_hostent ${res} -t auto -a $a6"
 }
 gethostbyaddr6_cleanup()
 {



Home | Main Index | Thread Index | Old Index