From: Gabor S. <ga...@sz...> - 2014-07-27 19:18:25
|
Hi, I just tried one of my sample scripts using Expect.pm on OSX and it did not work the same way as it does on Linux. Specifically, if I understand correctly, it seems that raw_pty(1) did not turn off echo-ing my input. I added a test case to the GitHub repo: https://github.com/szabgab/expect.pm/blob/master/t/02-bc.t https://github.com/szabgab/expect.pm Is there anyone using OSX here who could check this? I am doing something wrong there? Is this a bug in IO::Tty? regards Gabor |