summaryrefslogtreecommitdiffstats
path: root/t/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/basic.t')
-rw-r--r--t/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/basic.t b/t/basic.t
index d913fec..b7493ae 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -52,7 +52,7 @@ EOF
my $client = $sock->accept;
{ sysread($sread, my $buf, 1) }
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");
is(full_read($client), "foo");