Module Name: src
Committed By: pooka
Date: Sun Dec 12 12:51:19 UTC 2010
Modified Files:
src/tests/rump/rumpkern: t_sp.sh
Log Message:
use rump.halt in cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_sp.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/rump/rumpkern/t_sp.sh
diff -u src/tests/rump/rumpkern/t_sp.sh:1.1 src/tests/rump/rumpkern/t_sp.sh:1.2
--- src/tests/rump/rumpkern/t_sp.sh:1.1 Tue Nov 30 22:09:15 2010
+++ src/tests/rump/rumpkern/t_sp.sh Sun Dec 12 12:51:19 2010
@@ -1,4 +1,4 @@
-# $NetBSD: t_sp.sh,v 1.1 2010/11/30 22:09:15 pooka Exp $
+# $NetBSD: t_sp.sh,v 1.2 2010/12/12 12:51:19 pooka Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -76,7 +76,7 @@
docleanup()
{
- RUMP_SERVER=unix://commsock $(atf_get_srcdir)/h_client/h_reboot
+ RUMP_SERVER=unix://commsock rump.halt
}
atf_init_test_cases()