summaryrefslogtreecommitdiffstats
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t1
1 files changed, 1 insertions, 0 deletions
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');