self tests: cater for /bin/ksh symlinked to Zsh
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 16 May 2012 14:10:06 +0000 (16:10 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 16 May 2012 14:31:35 +0000 (16:31 +0200)
commitf9006f81c15d6e7901e9c4d5fd78ab284f66355a
tree603671c5749c970446cd1c57eb8e8212311e6c25
parent911204a1e0689426409439b997a1acbcb5b63801
self tests: cater for /bin/ksh symlinked to Zsh

* t/self-check-reexec.tap: When searching for a suitable non-Bash
shells, be sure to reject any shell that is Zsh "in disguise" (as
can be found on some Debian systems, where /bin/ksh can be symlinked
to /bin/zsh4).  This is required because our testsuite does not
support older versions of Zsh, and that was causing the test to fail
in the setup just described.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/self-check-reexec.tap