summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-25 13:42:58 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-25 13:52:04 -0600
commit162bec264723afa88fe421104d58111686bdb963 (patch)
tree205014ca6d84856af14797f32cdad7b0ed7533f1 /t
parent6d67e857aa93a048f7e901d82b41e9e8b872db2d (diff)
downloadapp-termcast-162bec264723afa88fe421104d58111686bdb963.tar.gz
app-termcast-162bec264723afa88fe421104d58111686bdb963.zip
fix this so that it actually works
Diffstat (limited to '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 {