summaryrefslogtreecommitdiffstats
path: root/t/write-to-termcast.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-15 23:56:48 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-15 23:56:48 -0400
commitdf4fe706e4124d3cc12dfd3ae106b515d5b66693 (patch)
tree921a34cf79a8e1d42a78ef3117873669a35b6f93 /t/write-to-termcast.t
parentb03191a3e21aef68ae293fa38aa26174a3a15031 (diff)
downloadapp-termcast-df4fe706e4124d3cc12dfd3ae106b515d5b66693.tar.gz
app-termcast-df4fe706e4124d3cc12dfd3ae106b515d5b66693.zip
fix tests
Diffstat (limited to 't/write-to-termcast.t')
-rw-r--r--t/write-to-termcast.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/write-to-termcast.t b/t/write-to-termcast.t
index 2be2c36..afd4f19 100644
--- a/t/write-to-termcast.t
+++ b/t/write-to-termcast.t
@@ -44,7 +44,7 @@ test_tcp(
syswrite($swrite, 'a');
my $client = $sock->accept;
is(full_read($client),
- "hello test tset\n\e\[H\x00{\"geometry\":[80,24]}\xff\e\[H\e\[2J",
+ "hello test tset\n\e\]499;{\"geometry\":[80,24]}\x07",
"got the correct login info");
$client->send("hello, test\n");
{ sysread($sread, my $buf, 1) }