Skip to content

Commit

Permalink
Merge pull request #592 from pmurias/tty-checking
Browse files Browse the repository at this point in the history
Fix IO::Handle.t.
  • Loading branch information
jnthn committed Nov 19, 2015
2 parents 46c7c07 + f9696dd commit 3806c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/IO/Handle.pm
Expand Up @@ -733,7 +733,7 @@ my class IO::Handle does IO {
}

method t(IO::Handle:D:) {
self.opened && nqp::p6bool($!PIO.isatty)
self.opened && nqp::p6bool(nqp::isttyfh($!PIO))
}


Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2015.10-129-g82b7eba
2015.10-135-gcbd65ce

0 comments on commit 3806c10

Please sign in to comment.