about summary refs log tree commit diff stats
path: root/stabbertests/test_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'stabbertests/test_connect.c')
-rw-r--r--stabbertests/test_connect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c
index 7a5c464a..5f4027bf 100644
--- a/stabbertests/test_connect.c
+++ b/stabbertests/test_connect.c
@@ -34,6 +34,4 @@ connect_with_jid(void **state)
 
     jabber_conn_status_t status = jabber_get_connection_status();
     assert_true(status == JABBER_CONNECTED);
-
-    stbbr_stop();
 }