On Tuesday 26 June 2012 17:34:01 Luca Falavigna wrote:
> t/Sys-CPU.t (Wstat: 0 Tests: 4 Failed: 2)
>   Failed tests:  3, 5
>   Parse errors: Tests out of sequence.  Found (5) but expected (4)

t/Sys-CPU.t contains old style test code:

$type = &Sys::CPU::cpu_type();
if (defined($type)) {
    print "ok 4 (CPU Type  : $type)\n";
} else {
    print "not ok 5 (cpu_type unavailable)\n";
}

The last print should be "not ok 4" ...

All the best

-- 
https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/
    http://ddumont.wordpress.com/        -o-   irc: dod at irc.debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to