From 2a98b4ece0b65405252da1ed51832c9497f4d8ad Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 14 Apr 2011 00:38:58 -0500 Subject: update the tests to properly send login acknowledgement --- t/01-basic.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/01-basic.t') diff --git a/t/01-basic.t b/t/01-basic.t index 7dd9a7e..ea2ae54 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -34,6 +34,7 @@ EOF my $login; $client->recv($login, 4096); is($login, "hello test tset\n", 'got the correct login info'); + $client->send("hello, test\n"); my $output; $client->recv($output, 4096); is($output, "foo", 'sent the right data to the server'); -- cgit v1.2.3-54-g00ecf