Matthew Burgess wrote: > Hi, > > The stty & stty-row-col tests fail for me, but I can't figure out why. I > wonder whether it's because I'm in a VirtualBox host and it's somehow > interfering with the tests? Anyway, I've attached the logs from a > verbose run of both tests. If someone wouldn't mind taking a look for > me please, I'd appreciate it. > > This is with Coreutils-8.1 on a Kubuntu 9.10 guest under a > VirtualBox-3.1.0 VM on a Windows XP host. > > If you need any more information or debug output then I'll be more than > happy to provide it.
The stty-row-col test is getting EINVAL from the system. Can you try running this is a terminal to see if it does the same? stty rows 40 columns 80 cheers, Pádraig.