Module Name: src
Committed By: pooka
Date: Thu Mar 10 13:42:34 UTC 2011
Modified Files:
src/tests/lib/librumphijack: t_tcpip.sh
Log Message:
* remove juiblex from nfsd startup (i was using -DDEBUG nfsd yesterday)
* some minor nits
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/librumphijack/t_tcpip.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_tcpip.sh
diff -u src/tests/lib/librumphijack/t_tcpip.sh:1.6 src/tests/lib/librumphijack/t_tcpip.sh:1.7
--- src/tests/lib/librumphijack/t_tcpip.sh:1.6 Wed Mar 9 21:25:59 2011
+++ src/tests/lib/librumphijack/t_tcpip.sh Thu Mar 10 13:42:33 2011
@@ -1,4 +1,4 @@
-# $NetBSD: t_tcpip.sh,v 1.6 2011/03/09 21:25:59 pooka Exp $
+# $NetBSD: t_tcpip.sh,v 1.7 2011/03/10 13:42:33 pooka Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -198,10 +198,14 @@
# finally, le nfschuck
export RUMPHIJACK='blanket=/var/run,socket=all,vfs=all'
- atf_check -s exit:0 nfsd -tu &
+ atf_check -s exit:0 nfsd -tu
+ #
# now, time for the client server and associated madness.
+ #
+
export RUMP_SERVER=unix://clientsock
+ unset RUMPHIJACK
unset LD_PRELOAD
# at least the kernel server is easier
@@ -214,7 +218,6 @@
atf_check -s exit:0 rump.ifconfig shmif0 inet 10.1.1.100
export LD_PRELOAD=/usr/lib/librumphijack.so
- unset RUMPHIJACK
atf_check -s exit:0 mkdir /rump/mnt
atf_check -s exit:0 mount_nfs 10.1.1.1:/export /rump/mnt