Subject: | do not expect /bin/false to return 1 everywhere |
03_run-forked.t tests that /bin/false exits 1.
On my box:
~/tmp/perl$ uname -a
SunOS lab 5.10 Generic_142910-17 i86pc i386 i86pc
~/tmp/perl$ /bin/false ; echo $?
255
This means that the core perl test suite is failing on Solaris.
--
rjbs