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 the output of ndp -d strictly



details:   https://anonhg.NetBSD.org/src/rev/adcbb897f0f9
branches:  trunk
changeset: 339700:adcbb897f0f9
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Aug 04 07:43:25 2015 +0000

description:
Check the output of ndp -d strictly

diffstat:

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

diffs (18 lines):

diff -r be21580b04f1 -r adcbb897f0f9 tests/net/ndp/t_ndp.sh
--- a/tests/net/ndp/t_ndp.sh    Tue Aug 04 01:23:07 2015 +0000
+++ b/tests/net/ndp/t_ndp.sh    Tue Aug 04 07:43:25 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ndp.sh,v 1.1 2015/08/03 09:54:20 ozaki-r Exp $
+#      $NetBSD: t_ndp.sh,v 1.2 2015/08/04 07:43:25 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -145,7 +145,7 @@
        atf_check -s exit:0 -o ignore rump.ndp -s fc00::10 b2:a0:20:00:00:10
        $DEBUG && rump.ndp -n -a
        atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::10
-       atf_check -s exit:0 -o ignore rump.ndp -d fc00::10
+       atf_check -s exit:0 -o match:'deleted' rump.ndp -d fc00::10
        $DEBUG && rump.ndp -n -a
        atf_check -s not-exit:0 -o ignore -e ignore rump.ndp -n fc00::10
 



Home | Main Index | Thread Index | Old Index