Source-Changes-HG archive

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

[src/trunk]: src/tests/net/ndp Remove a check added wrongly



details:   https://anonhg.NetBSD.org/src/rev/7fc83c0cda2c
branches:  trunk
changeset: 820665:7fc83c0cda2c
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Fri Jan 13 08:11:01 2017 +0000

description:
Remove a check added wrongly

diffstat:

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

diffs (17 lines):

diff -r 443d89bc19ca -r 7fc83c0cda2c tests/net/ndp/t_ra.sh
--- a/tests/net/ndp/t_ra.sh     Fri Jan 13 06:30:33 2017 +0000
+++ b/tests/net/ndp/t_ra.sh     Fri Jan 13 08:11:01 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ra.sh,v 1.23 2017/01/13 06:30:33 ozaki-r Exp $
+#      $NetBSD: t_ra.sh,v 1.24 2017/01/13 08:11:01 ozaki-r Exp $
 #
 # Copyright (c) 2015 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -667,7 +667,6 @@
 
        atf_check -s exit:0 -o ignore rump.ping6 -n -X 2 -c 1 $IP6SRV
        # autoconf, temporal address should be used as the source address
-       check_echo_request_pkt bus1 $ip_auto $IP6SRV
        check_echo_request_pkt bus1 $ip_temp $IP6SRV
 
        unset RUMP_SERVER



Home | Main Index | Thread Index | Old Index