Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/librumphijack * remove juiblex from nfsd startup (...



details:   https://anonhg.NetBSD.org/src/rev/e38d13352ad5
branches:  trunk
changeset: 763114:e38d13352ad5
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Mar 10 13:42:33 2011 +0000

description:
* remove juiblex from nfsd startup (i was using -DDEBUG nfsd yesterday)
* some minor nits

diffstat:

 tests/lib/librumphijack/t_tcpip.sh |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 367408c139bd -r e38d13352ad5 tests/lib/librumphijack/t_tcpip.sh
--- a/tests/lib/librumphijack/t_tcpip.sh        Thu Mar 10 13:39:26 2011 +0000
+++ b/tests/lib/librumphijack/t_tcpip.sh        Thu Mar 10 13:42:33 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index