Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/librumphijack Fix more fallout from the changes to...



details:   https://anonhg.NetBSD.org/src/rev/12b60095b00a
branches:  trunk
changeset: 781049:12b60095b00a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Aug 16 12:57:24 2012 +0000

description:
Fix more fallout from the changes to nfsd's command-line options

diffstat:

 tests/lib/librumphijack/t_tcpip.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 289bfc7ffa46 -r 12b60095b00a tests/lib/librumphijack/t_tcpip.sh
--- a/tests/lib/librumphijack/t_tcpip.sh        Thu Aug 16 11:28:48 2012 +0000
+++ b/tests/lib/librumphijack/t_tcpip.sh        Thu Aug 16 12:57:24 2012 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_tcpip.sh,v 1.11 2011/05/14 17:42:28 jmmv Exp $
+#       $NetBSD: t_tcpip.sh,v 1.12 2012/08/16 12:57:24 pgoyette Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -190,7 +190,7 @@
 
        # 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
 
        #
        # now, time for the client server and associated madness.



Home | Main Index | Thread Index | Old Index