Re: [FYI] configure: the testsuite shell must support 'test -e' and 'test ! -e'

2012-06-28 Thread Dave Hart
On Thu, Jun 28, 2012 at 20:49 UTC, Stefano Lattarini wrote: > * configure.ac: Require that the shell that is to be selected to run > the testsuite understands "set -e" and "set ! -e". You mean test, not set. > Signed-off-by: Stefano Lattarini > --- >  configure.ac |    5 + >  1 file changed,

[FYI] configure: the testsuite shell must support 'test -e' and 'test ! -e'

2012-06-28 Thread Stefano Lattarini
* configure.ac: Require that the shell that is to be selected to run the testsuite understands "set -e" and "set ! -e". Signed-off-by: Stefano Lattarini --- configure.ac |5 + 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 79efc41..04658a5 100644 --- a/co