Source-Changes-HG archive

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

[src/trunk]: src/tests/dev/md use rump.halt



details:   https://anonhg.NetBSD.org/src/rev/4f3bf4761793
branches:  trunk
changeset: 759531:4f3bf4761793
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Dec 12 12:49:59 2010 +0000

description:
use rump.halt

diffstat:

 tests/dev/md/t_md.sh |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 395958a75301 -r 4f3bf4761793 tests/dev/md/t_md.sh
--- a/tests/dev/md/t_md.sh      Sun Dec 12 12:49:37 2010 +0000
+++ b/tests/dev/md/t_md.sh      Sun Dec 12 12:49:59 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_md.sh,v 1.3 2010/11/30 22:15:02 pooka Exp $
+#      $NetBSD: t_md.sh,v 1.4 2010/12/12 12:49:59 pooka Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -50,8 +50,7 @@
 basic_cleanup()
 {
 
-       export RUMP_SERVER=unix://commsock
-       $(atf_get_srcdir)/../../rump/rumpkern/h_client/h_reboot
+       env RUMP_SERVER=unix://commsock rump.halt
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index