On Friday 21 April 2006 14:44, Leopold Toetsch wrote:

> I get this on x86/linux
>
> languages/perl6 $ perl t/harness t/01-sanity/01-tap.t
> t/01-sanity/01-tap....ok
>
> [fine]
>
> But on darwin 10.3
>
> languages/perl6 $ perl t/harness t/01-sanity/01-tap.t
> t/01-sanity/01-tap....Can't exec /usr/bin/pugs at t/01-sanity/01-tap.t
> line 1.
>
> (pugs isn't in any path on both machines)
> This make all tests failing.
>
>
> Another? problem is with pheme tests:
>
> pheme $ make test
> /usr/bin/perl5.8.8 -Ilib t/harness t/*.t
> /bin/sh: line 1: /usr/bin/perl5.8.8: No such file or directory

Which version of Test::Harness do you have installed?

Can you add a single line at the end of t/harness for either or both languages 
and report what it prints?

        warn "<$ENV{HARNESS_PERL}>\n";

-- c

Reply via email to