diff options
| author | pooka <pooka@NetBSD.org> | 2010-12-12 12:49:59 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-12-12 12:49:59 +0000 |
| commit | 2bb396751f327efd5e8a0ea94861053f3c4872e7 (patch) | |
| tree | 967c1b6a9ec9f94ff0ed28c5fe7644e21feae87a /tests/dev/md | |
| parent | c10a22dd2732b85ab97d84f7e2e1aa2fdde3761e (diff) | |
use rump.halt
Diffstat (limited to 'tests/dev/md')
| -rw-r--r-- | tests/dev/md/t_md.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/dev/md/t_md.sh b/tests/dev/md/t_md.sh index 57aa76bdfef..6b8727ef699 100644 --- a/tests/dev/md/t_md.sh +++ b/tests/dev/md/t_md.sh @@ -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_body() 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() |
