Source-Changes-HG archive

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

[src/trunk]: src/tests/net/net Make tests strict



details:   https://anonhg.NetBSD.org/src/rev/e291e9ebedcf
branches:  trunk
changeset: 349106:e291e9ebedcf
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Nov 24 07:32:19 2016 +0000

description:
Make tests strict

Connected routes have 'C' flag.

diffstat:

 tests/net/net/t_ipaddress.sh |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 36b67bea394f -r e291e9ebedcf tests/net/net/t_ipaddress.sh
--- a/tests/net/net/t_ipaddress.sh      Thu Nov 24 07:31:14 2016 +0000
+++ b/tests/net/net/t_ipaddress.sh      Thu Nov 24 07:32:19 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ipaddress.sh,v 1.5 2016/11/07 05:25:37 ozaki-r Exp $
+#      $NetBSD: t_ipaddress.sh,v 1.6 2016/11/24 07:32:19 ozaki-r Exp $
 #
 # Copyright (c) 2015 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -69,7 +69,7 @@
        check_entry $ip UHl
        check_entry $ip lo0
        check_entry $ip 'link#2'
-       check_entry $net U
+       check_entry $net UC
        check_entry $net shmif0
        check_entry $net 'link#2'
 
@@ -90,7 +90,7 @@
        check_entry $ip UHl
        check_entry $ip lo0
        check_entry $ip 'link#2'
-       check_entry $net U
+       check_entry $net UC
        check_entry $net shmif0
        check_entry $net 'link#2'
 
@@ -122,7 +122,7 @@
        check_entry $ip UHl
        check_entry $ip lo0
        check_entry $ip 'link#2'
-       check_entry $net U
+       check_entry $net UC
        check_entry $net shmif0
        check_entry $net 'link#2'
 
@@ -143,7 +143,7 @@
        check_entry $ip UHl
        check_entry $ip lo0
        check_entry $ip 'link#2'
-       check_entry $net U
+       check_entry $net UC
        check_entry $net shmif0
        check_entry $net 'link#2'
 



Home | Main Index | Thread Index | Old Index