# HG changeset patch # User Andrey Zelenkov # Date 1453899881 -10800 # Node ID df3ab213fb0f9f7a3dc63e1e526e33561e08e38f # Parent 64abcc6112421b9d75fc985a30281ca35303b069 Tests: typo. diff --git a/debug_connection.t b/debug_connection.t --- a/debug_connection.t +++ b/debug_connection.t @@ -60,7 +60,7 @@ http_get('/'); select undef, undef, undef, 0.1; is($t->read_file('debug1.log'), '', 'no debug_connection file 1'); -is($t->read_file('debug2.log'), '', 'no debug_connection file 1'); +is($t->read_file('debug2.log'), '', 'no debug_connection file 2'); http_get('/debug');