summaryrefslogtreecommitdiff
path: root/tests/test-atexit.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Prepare for using valgrind.Bruno Haible2019-03-101-3/+3
| | | | | tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
* atexit-tests: ensure reliable exit statusEric Blake2011-05-241-1/+1
| | | | | | | | | | This was the only remaining init.sh client that didn't properly use the 'Exit' function. * tests/test-atexit.sh: Prefer 'Exit' over 'exit'. Reported by Bruno Haible. Signed-off-by: Eric Blake <eblake@redhat.com>
* atexit-tests: convert to use init.shJim Meyering2010-04-051-12/+8
| | | | | | | * modules/atexit-tests (Files): Add tests/init.sh. * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_. Use Exit, not exit. Remove uses of $EXEEXT and "./" to run a program in the current dir.
* Tests for module 'atexit'.Bruno Haible2007-03-111-0/+32