From: Nathaniel I. <nd...@bu...> - 2002-04-04 08:52:29
|
On Thu, Apr 04, 2002 at 09:06:32AM +0200, RGi...@a1... wrote: > First of all, what version of IO-Tty and Expect are you using? I just > tried the latest versions (v1.02 and v1.15) on SourceForges compile > farm and found that IO-Tty tests OK while Expect fails on test 31 line > 284, which tests the controlling terminal, but this can only be a minor > bug as the test for a controlling terminal passes in IO-Tty. I'll look > into that. BTW, that tests ran on Darwin Kernel 5.3. I had IO::Tty 1.00 and Expect 1.15, with the same kernel version (it corresponds to Mac OS X 10.1.3). I upgraded IO::Tty to 1.0.2, which passed its 4 tests. Crypt::GPG still failed, and when I went to re-run Expect's test suite, just to see what would happen, I got this: $ make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl 1..36 Basic tests... ok 1 Use of uninitialized value in numeric eq (==) at test.pl line 37. not ok 2 # Test failed at test.pl line 22. Died at test.pl line 22. make: *** [test_dynamic] Error 255 That's after make clean; perl Makefile.PL; make; of course. I repeated this failure on two systems, identically. -nat |