Module Name: src
Committed By: pooka
Date: Sun Dec 12 12:50:00 UTC 2010
Modified Files:
src/tests/dev/md: t_md.sh
Log Message:
use rump.halt
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/dev/md/t_md.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/dev/md/t_md.sh
diff -u src/tests/dev/md/t_md.sh:1.3 src/tests/dev/md/t_md.sh:1.4
--- src/tests/dev/md/t_md.sh:1.3 Tue Nov 30 22:15:02 2010
+++ src/tests/dev/md/t_md.sh Sun Dec 12 12:49:59 2010
@@ -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()