On Tue, Nov 02, 2004 at 01:44:46AM +0100, "H.Merijn Brand" wrote:
> On Mon 01 Nov 2004 23:35, Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote:
> > > 
> > > This one went away if I symlinked cwt.t to perl_current/t
> > 
> > Can you be more specific?
> 
> On my other pc:
> 
> ../ext/Cwd/t/cwd............................ok 20/27readdir(linktest/..): No such 
> file or directory at ../ext/Cwd/t/cwd.t line 151
> #     Failed test (../ext/Cwd/t/cwd.t at line 151)
> #                   ''
> #     doesn't match '(?-xism:t/_ptrslt_/_path_/_to_/_a_/_dir_$)'
> ../ext/Cwd/t/cwd............................ok 26/27# Looks like you failed 1 tests 
> of 27.
> ../ext/Cwd/t/cwd............................dubious
>         Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 21
>         Failed 1/27 tests, 96.30% okay
> 
> 
> Failed Test                 Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> ../ext/Cwd/t/cwd.t             1   256    27    1   3.70%  21
> 
> 
> That was line 151. That was from make test_harness
> 
> Now a manual run ...

This is all as expected. You aren't setting PERL_CORE, so it skips 3
of the tests, including the one failing for me, and expects cwd.t to
be in a different place.
 
> PC09:/P/perl-current 506 $ perl -Ilib ext/Cwd/t/cwd.t
> 1..24
...
> ok 20
> cwd.t: No such file or directory at ext/Cwd/t/cwd.t line 164
> # Looks like you planned 24 tests but only ran 20.
> # Looks like your test died just after 20.
> PC09:/P/perl-current 507 $
> 
> and then make the symlink and run again:
> 
> PC09:/P/perl-current 507 $ ln -s ../ext/Cwd/t/cwd.t t/
> PC09:/P/perl-current 508 $ perl -Ilib ext/Cwd/t/cwd.t
> 1..24
...
> ok 24 - fast_abs_path() can be invoked on a file
> PC09:/P/perl-current 509 $

Reply via email to