diff t/memcached_keepalive.t @ 48:450ad1052368 draft

Keepalive: tests style fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Jan 2013 01:54:11 +0400
parents 5cab730994f3
children 32e9e4b4b5e1
line wrap: on
line diff
--- a/t/memcached_keepalive.t
+++ b/t/memcached_keepalive.t
@@ -167,7 +167,7 @@ is($memd1->stats()->{total}->{total_conn
 # should establish only two connections (1 per backend)
 
 $total = $memd1->stats()->{total}->{total_connections} +
-        $memd2->stats()->{total}->{total_connections};
+	$memd2->stats()->{total}->{total_connections};
 
 http_get('/memd4');
 http_get('/memd4');