Source-Changes-HG archive

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

[src/trunk]: src/tests/net/arp Fix cleanup; halt all running rump_servers



details:   https://anonhg.NetBSD.org/src/rev/fc6b5bce1689
branches:  trunk
changeset: 339620:fc6b5bce1689
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Fri Jul 31 00:22:44 2015 +0000

description:
Fix cleanup; halt all running rump_servers

diffstat:

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

diffs (18 lines):

diff -r 89689971df86 -r fc6b5bce1689 tests/net/arp/t_dad.sh
--- a/tests/net/arp/t_dad.sh    Thu Jul 30 21:47:51 2015 +0000
+++ b/tests/net/arp/t_dad.sh    Fri Jul 31 00:22:44 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_dad.sh,v 1.1 2015/07/30 02:52:53 ozaki-r Exp $
+#      $NetBSD: t_dad.sh,v 1.2 2015/07/31 00:22:44 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -214,7 +214,7 @@
 dad_duplicated_cleanup()
 {
        $DEBUG && dump
-       env RUMP_SERVER=$SOCKLOCAL rump.halt
+       cleanup
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index