Ron Blaschke <[EMAIL PROTECTED]> wrote: > F<t/op/spawnw.t> currently fails on Windows. The reason is that the > test expects the exit code in the higher byte of the termination > status.
[ code snippet ] > The documentation for spawnw (F<ops/sys.ops>) says: > Spawn a subprocess and wait for it to finish. The return status, > which is very system-dependent, goes in $1. Yeah. What does Perl5? > Thus, I guess the place to change is F<t/ops/spawnw.t>. Should I skip > the original tests on Windows, and add Windows specific ones (that are > run only there)? Or provide a more unified view of the result? > Ron leo