Module Name:    src
Committed By:   christos
Date:           Thu Dec  1 21:54:10 UTC 2011

Modified Files:
        src/tests/lib/librumphijack: t_vfs.sh

Log Message:
add missing dev_disk library for getdiskinfo.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/librumphijack/t_vfs.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/lib/librumphijack/t_vfs.sh
diff -u src/tests/lib/librumphijack/t_vfs.sh:1.4 src/tests/lib/librumphijack/t_vfs.sh:1.5
--- src/tests/lib/librumphijack/t_vfs.sh:1.4	Tue Mar  8 17:21:52 2011
+++ src/tests/lib/librumphijack/t_vfs.sh	Thu Dec  1 16:54:10 2011
@@ -1,4 +1,4 @@
-#       $NetBSD: t_vfs.sh,v 1.4 2011/03/08 22:21:52 pooka Exp $
+#       $NetBSD: t_vfs.sh,v 1.5 2011/12/01 21:54:10 christos Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -27,7 +27,7 @@
 
 img=ffs.img
 rumpsrv_ffs=\
-"rump_server -lrumpvfs -lrumpfs_ffs -d key=/img,hostpath=${img},size=host"
+"rump_server -lrumpvfs -lrumpfs_ffs -lrumpdev_disk -d key=/img,hostpath=${img},size=host"
 export RUMP_SERVER=unix://csock
 
 domount()

Reply via email to