tests: fix spurious failure in backcompat2.test on NetBSD
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 2 Jun 2011 12:40:19 +0000 (14:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 2 Jun 2011 12:40:19 +0000 (14:40 +0200)
commit57576b60c67f8c3c69a1724d4f34736f5a9fd3ce
tree1a26c39f0eb63127c75d1c81d03a4af2d749df73
parent50036b32c5257c558a28fd054f1d2df6f000ebe2
tests: fix spurious failure in backcompat2.test on NetBSD

* tests/backcompat2.test: Add trailing `:' in the body of a `for'
loop, in case the last command there might have an exit status
different 0.  This work around `set -e' issues in some BSD shells,
e.g., NetBSD /bin/ksh.
ChangeLog
tests/backcompat2.test