configure: the testsuite shell must support 'test -e' and 'test ! -e'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 20:49:28 +0000 (22:49 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 21:34:53 +0000 (23:34 +0200)
commitf7b3752bdb1763d2bae2452849735fbca5b73758
tree284b8a7406afc92cc26f678d4487ea5160aef6df
parentd3a51faf8b62c80423dc71cd7d307fca6a2aa520
configure: the testsuite shell must support 'test -e' and 'test ! -e'

* 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 <stefano.lattarini@gmail.com>
configure.ac