Source-Changes-HG archive

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

[src/trunk]: src/tests/net/ndp Fix cleanup



details:   https://anonhg.NetBSD.org/src/rev/69079c629e02
branches:  trunk
changeset: 339794:69079c629e02
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Aug 10 09:31:13 2015 +0000

description:
Fix cleanup

diffstat:

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

diffs (18 lines):

diff -r 93a6ef5b9ba4 -r 69079c629e02 tests/net/ndp/t_dad.sh
--- a/tests/net/ndp/t_dad.sh    Mon Aug 10 07:45:50 2015 +0000
+++ b/tests/net/ndp/t_dad.sh    Mon Aug 10 09:31:13 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_dad.sh,v 1.1 2015/08/03 09:54:20 ozaki-r Exp $
+#      $NetBSD: t_dad.sh,v 1.2 2015/08/10 09:31:13 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -217,7 +217,7 @@
 dad_duplicated_cleanup()
 {
        $DEBUG && dump
-       env RUMP_SERVER=$SOCKLOCAL rump.halt
+       cleanup
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index