eisseven > tar xzf Expect-1.21.tar.gz eisseven > cd Expect-1.21 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite IO::Pty 1.03 not found. Warning: prerequisite IO::Tty 1.03 not found. Writing Makefile for Expect eisseven > tar xzf Expect-1.21.tar.gz eisseven > cd Expect-1.21 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Expect eisseven > make cp Expect.pm blib/lib/Expect.pm cp Expect.pod blib/lib/Expect.pod eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..42 Basic tests... ok 1 ok 2 ok 3 ok 4 Testing exec failure... ok 5 Cannot exec(Ignore_This_Error_Its_A_Test__efluna3w6868tn8): No such file or directory ok 6 ok 7 ok 8 Testing exp_continue... A B C D End ok 9 ok 10 ok 11 ok 12 ok 13 Begin ok 14 End ok 15 ok 16 some string ok 17 ok 18 Testing -notransfer... X some other ok 19 ok 20 ok 21 ok 22 ok 23 EOF ok 24 Testing raw reversing... isatty($exp): YES .god yzal eht revo depmuj xof nworb kciuq ehT ok 25 ein negeR mi tgaz ellezaG tim regeN niE ok 26 lagertonnennotregaL nie tsi ehcuarb hci saW ok 27 ok 28 .god yzal eht revo depmuj xof nworb kciuq ehT ok 29 ok 30 ein negeR mi tgaz ellezaG tim regeN niE ok 31 ok 32 lagertonnennotregaL nie tsi ehcuarb hci saW ok 33 ok 34 ok 35 ------------------------------------------------------------------------------ > The following tests check system-dependend behaviour, so even if some fail, > Expect might still be perfectly usable for you! ------------------------------------------------------------------------------ Good, your raw pty can handle at least 512 bytes at a time. ok 36 Good, your default pty can handle lines of at least 160 bytes at a time. ok 37 Testing controlling terminal... Expect_test_prompt: pAsswOrd uc: PASSWORD match: PASSWORD ok 38 Checking if exit status is returned correctly... Expect_test_pid: 24981 soft_close: 0x2A00 ok 39 ok 40 Checking if signal exit status is returned correctly... Expect_test_pid: 24982 soft_close: 0x000F ok 41 ok 42 Checking if EOF on pty slave is correctly reported to master... (this fails on about 50% of the supported systems, so don't panic! Expect will work anyway!) EOF Passed 42 of 42 tests.