Module Name:    src
Committed By:   pooka
Date:           Wed Feb 16 19:31:31 UTC 2011

Modified Files:
        src/tests/lib/librumpclient: t_exec.sh
        src/tests/lib/librumphijack: t_tcpip.sh

Log Message:
RUMPHIJACK_RETRY -> RUMPHIJACK_RETRYCONNECT


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/librumpclient/t_exec.sh
cvs rdiff -u -r1.4 -r1.5 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/librumpclient/t_exec.sh
diff -u src/tests/lib/librumpclient/t_exec.sh:1.5 src/tests/lib/librumpclient/t_exec.sh:1.6
--- src/tests/lib/librumpclient/t_exec.sh:1.5	Wed Feb 16 17:57:44 2011
+++ src/tests/lib/librumpclient/t_exec.sh	Wed Feb 16 19:31:31 2011
@@ -1,4 +1,4 @@
-#       $NetBSD: t_exec.sh,v 1.5 2011/02/16 17:57:44 pooka Exp $
+#       $NetBSD: t_exec.sh,v 1.6 2011/02/16 19:31:31 pooka Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -27,7 +27,7 @@
 
 rumpsrv='rump_server -lrumpnet -lrumpnet_net -lrumpnet_netinet'
 export RUMP_SERVER=unix://csock
-export RUMPHIJACK_RETRY='die'
+export RUMPHIJACK_RETRYCONNECT='die'
 
 atf_test_case noexec cleanup
 noexec_head()

Index: src/tests/lib/librumphijack/t_tcpip.sh
diff -u src/tests/lib/librumphijack/t_tcpip.sh:1.4 src/tests/lib/librumphijack/t_tcpip.sh:1.5
--- src/tests/lib/librumphijack/t_tcpip.sh:1.4	Mon Feb 14 19:56:30 2011
+++ src/tests/lib/librumphijack/t_tcpip.sh	Wed Feb 16 19:31:31 2011
@@ -1,4 +1,4 @@
-#       $NetBSD: t_tcpip.sh,v 1.4 2011/02/14 19:56:30 pooka Exp $
+#       $NetBSD: t_tcpip.sh,v 1.5 2011/02/16 19:31:31 pooka Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
 
 	atf_check -s exit:0 ${rumpnetsrv} ${RUMP_SERVER}
 	# make sure clients die after we nuke the server
-	export RUMPHIJACK_RETRY='die'
+	export RUMPHIJACK_RETRYCONNECT='die'
 
 	# start bozo in daemon mode
 	atf_check -s exit:0 env LD_PRELOAD=/usr/lib/librumphijack.so \
@@ -121,7 +121,7 @@
 
 	atf_check -s exit:0 ${rumpnetsrv} ${RUMP_SERVER}
 	# make sure clients die after we nuke the server
-	export RUMPHIJACK_RETRY='die'
+	export RUMPHIJACK_RETRYCONNECT='die'
 
 	start_sshd
 
@@ -143,7 +143,7 @@
 ssh_cleanup()
 {
 	rump.halt
-	# sshd dies due to RUMPHIJACK_RETRY=1d6
+	# sshd dies due to RUMPHIJACK_RETRYCONNECT=1d6
 }
 
 atf_init_test_cases()

Reply via email to