Module Name:    src
Committed By:   ozaki-r
Date:           Mon Aug 10 09:31:13 UTC 2015

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

Log Message:
Fix cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/ndp/t_dad.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_dad.sh
diff -u src/tests/net/ndp/t_dad.sh:1.1 src/tests/net/ndp/t_dad.sh:1.2
--- src/tests/net/ndp/t_dad.sh:1.1	Mon Aug  3 09:54:20 2015
+++ src/tests/net/ndp/t_dad.sh	Mon Aug 10 09:31:13 2015
@@ -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_basic_cleanup()
 dad_duplicated_cleanup()
 {
 	$DEBUG && dump
-	env RUMP_SERVER=$SOCKLOCAL rump.halt
+	cleanup
 }
 
 atf_init_test_cases()

Reply via email to