tests: fix self check spurious failure with older bash versions
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 May 2011 13:54:46 +0000 (15:54 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 May 2011 13:55:43 +0000 (15:55 +0200)
commit07fe4bf9d8359ce21ce946602ad63c4f9337200c
treeec2f9502af03cf1dd11945c24c453ba63db1823c
parent26c19e64489a5cade2aecbfa291176c9db9d250e
tests: fix self check spurious failure with older bash versions

* tests/self-check-cleanup.test: Add trailing `:' to the test code
passed to $SHELL, otherwise older versions of bash (at least 2.05
and 3.2.39) fail to correctly remove the temporary directory in
the exit trap.
ChangeLog
tests/self-check-cleanup.test