Re: java.test, fn99.test: exit and traps/subshells

2006-05-10 Thread Ralf Wildenhues
* 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

Re: java.test, fn99.test: exit and traps/subshells

2006-05-10 Thread Alexandre Duret-Lutz
>>> "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

java.test, fn99.test: exit and traps/subshells

2006-04-26 Thread Ralf Wildenhues
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