From d351439abaaafa7451915e86557a22c20c5a89c7 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 6 May 2007 20:12:00 +0000 Subject: fix testsuite --- tests/cunit/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cunit/common.c') diff --git a/tests/cunit/common.c b/tests/cunit/common.c index 161561a..aa8d268 100644 --- a/tests/cunit/common.c +++ b/tests/cunit/common.c @@ -21,7 +21,6 @@ WsManClient *cl; int init_test(void) { - wsman_client_transport_init(NULL); ServerData sd[] = { {"localhost", 8889, "/wsman", "http", "wsman", "secret"} @@ -34,6 +33,7 @@ int init_test(void) { sd[0].scheme, sd[0].username, sd[0].password); + wsman_client_transport_init(cl, NULL); return 0; } -- cgit