Module Name:    src
Committed By:   ozaki-r
Date:           Tue Aug  4 07:43:25 UTC 2015

Modified Files:
        src/tests/net/ndp: t_ndp.sh

Log Message:
Check the output of ndp -d strictly


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/ndp/t_ndp.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/ndp/t_ndp.sh
diff -u src/tests/net/ndp/t_ndp.sh:1.1 src/tests/net/ndp/t_ndp.sh:1.2
--- src/tests/net/ndp/t_ndp.sh:1.1	Mon Aug  3 09:54:20 2015
+++ src/tests/net/ndp/t_ndp.sh	Tue Aug  4 07:43:25 2015
@@ -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 @@ command_body()
 	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
 

Reply via email to