* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 09:36:28PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> RW> OK to apply?
>
> Of course
Done, thanks!
> RW> * tests/java.test: `configure' uses a trap, so use `(exit 77);
> RW> exit 77' to portably set the exit status
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
RW> OK to apply?
Of course
RW> * tests/java.test: `configure' uses a trap, so use `(exit 77);
RW> exit 77' to portably set the exit status similar to AS_EXIT.
RW> * tests/fn99.test: propagate nonzero exit status from subshell.
--
Alexa
OK to apply? The java.test bug caused a spurious failure on
hppa2.0w-hp-hpux11.11, as the trap would set an exit status of 0.
Cheers,
Ralf
* tests/java.test: `configure' uses a trap, so use `(exit 77);
exit 77' to portably set the exit status similar to AS_EXIT.
* tests/f