On Wed Jun 18 09:04:53 2008, [EMAIL PROTECTED] wrote: > Running 'make test' on Solaris 10 x86 box, the following tests fail > (or unexpectedly succeed): > > t/op/sprintf.................................ok > 117/308 skipped: various reasons, 1/308 unexpectedly succeeded > TODO PASSED test 157 > >
In Perl 5, what is the value for $^O on your system? (I'd like to have it for doing a SKIP on the TODO passing test above.) Thank you very much. kid51