summaryrefslogtreecommitdiffstats
path: root/t/03-write-to-termcast.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03-write-to-termcast.t')
-rw-r--r--t/03-write-to-termcast.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/03-write-to-termcast.t b/t/03-write-to-termcast.t
index 04045cf..db9cfca 100644
--- a/t/03-write-to-termcast.t
+++ b/t/03-write-to-termcast.t
@@ -30,6 +30,7 @@ test_tcp(
my $login;
$client->recv($login, 4096);
is($login, "hello test tset\n", 'got the correct login info');
+ $client->send("hello, test\n");
my $buf;
$client->recv($buf, 4096);
is($buf, 'foo', 'wrote correctly');