Source-Changes-HG archive

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

[src/trunk]: src/tests/net/ndp Check autoconf flag



details:   https://anonhg.NetBSD.org/src/rev/b65fae012298
branches:  trunk
changeset: 820541:b65fae012298
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Jan 11 03:15:11 2017 +0000

description:
Check autoconf flag

diffstat:

 tests/net/ndp/t_ra.sh |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2faf089f2dad -r b65fae012298 tests/net/ndp/t_ra.sh
--- a/tests/net/ndp/t_ra.sh     Wed Jan 11 02:13:54 2017 +0000
+++ b/tests/net/ndp/t_ra.sh     Wed Jan 11 03:15:11 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ra.sh,v 1.18 2016/12/26 01:26:25 ozaki-r Exp $
+#      $NetBSD: t_ra.sh,v 1.19 2017/01/11 03:15:11 ozaki-r Exp $
 #
 # Copyright (c) 2015 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -127,7 +127,8 @@
            -o match:"$ll_srv%shmif0 +$mac_srv +shmif0 +(23h59m|1d0h0m)..s S R" \
            rump.ndp -n -a
        atf_check -s exit:0 -o match:$addr_prefix rump.ndp -n -a
-       atf_check -s exit:0 -o match:$addr_prefix rump.ifconfig shmif0 inet6
+       atf_check -s exit:0 -o match:"$addr_prefix.+<AUTOCONF>" \
+           rump.ifconfig shmif0 inet6
        unset RUMP_SERVER
 }
 



Home | Main Index | Thread Index | Old Index