Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/rpc remove the timeout; it is handled interna...



details:   https://anonhg.NetBSD.org/src/rev/c9db72ddfd9c
branches:  trunk
changeset: 785171:c9db72ddfd9c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 28 15:56:53 2013 +0000

description:
remove the timeout; it is handled internally.

diffstat:

 tests/lib/libc/rpc/t_rpc.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b447a1e9e830 -r c9db72ddfd9c tests/lib/libc/rpc/t_rpc.c
--- a/tests/lib/libc/rpc/t_rpc.c        Thu Feb 28 15:36:06 2013 +0000
+++ b/tests/lib/libc/rpc/t_rpc.c        Thu Feb 28 15:56:53 2013 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: t_rpc.c,v 1.2 2013/02/27 18:39:58 christos Exp $       */
+/*     $NetBSD: t_rpc.c,v 1.3 2013/02/28 15:56:53 christos Exp $       */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_rpc.c,v 1.2 2013/02/27 18:39:58 christos Exp $");
+__RCSID("$NetBSD: t_rpc.c,v 1.3 2013/02/28 15:56:53 christos Exp $");
 
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -125,7 +125,6 @@
 ATF_TC_HEAD(get_svc_addr_tcp, tc)
 {
        atf_tc_set_md_var(tc, "descr", "Checks CLGET_SVC_ADDR for tcp");
-       atf_tc_set_md_var(tc, "timeout", "1");
 
 }
 
@@ -139,7 +138,6 @@
 ATF_TC_HEAD(get_svc_addr_udp, tc)
 {
        atf_tc_set_md_var(tc, "descr", "Checks CLGET_SVC_ADDR for udp");
-       atf_tc_set_md_var(tc, "timeout", "1");
 }
 
 ATF_TC_BODY(get_svc_addr_udp, tc)



Home | Main Index | Thread Index | Old Index