summaryrefslogtreecommitdiffstats
path: root/t/write-to-termcast.t
diff options
context:
space:
mode:
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 47321ec..8a5ed1b 100644
--- a/t/write-to-termcast.t
+++ b/t/write-to-termcast.t
@@ -25,7 +25,7 @@ test_tcp(
$tc->write_to_termcast('foo');
syswrite($cwrite, 'a');
{ sysread($cread, my $buf, 1) }
- ok(!$tc->meta->find_attribute_by_name('pty')->has_value($tc),
+ ok(!$tc->meta->find_attribute_by_name('_term')->has_value($tc),
"pty isn't created");
},
server => sub {