tests: avoid a spurious failures for shells with busted 'set -e'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 8 Apr 2012 21:55:48 +0000 (23:55 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 8 Apr 2012 21:56:09 +0000 (23:56 +0200)
commitab1a507e362fabc1b33a4cec1522738948acf800
treeb0de195c0cdbee215d90ca0ec8df824ea3bf23cc
parent2bf9b58d1153cb51be592f009192a48798b5e97e
tests: avoid a spurious failures for shells with busted 'set -e'

Some versions of the BSD Korn shell wrongly bail out when the
'errexit' shell flag is active and the left-hand command in a
"&&" list fails and that list is the *last* command of the body
of a "while" or "for" loop.

* tests/install-info-dir.test: Work around that behaviour.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
tests/install-info-dir.test