init.sh: work around trap limitation of some shells
authorPeter O'Gorman <pogma@thewrittenword.com>
Thu, 29 Jul 2010 21:14:59 +0000 (15:14 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 29 Jul 2010 21:33:01 +0000 (15:33 -0600)
commitc0a5d48daf5d1431bc1d010a3ec89c8b64b8f7d7
treebb5759366d53d1fde753dabc512b3604702af9fd
parent6101082ea07a4877e51042244c9c3b57920c2b62
init.sh: work around trap limitation of some shells

This limitation is already documented in the Autoconf manual.

* tests/init.sh (setup_): Move exit trap outside of shell function.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
tests/init.sh