- #! /bin/sh
- . test-lib.sh
- am_serial_tests=yes
- for dir in . "$am_top_srcdir"; do
- if test -f "$dir/t/check5.sh"; then
- echo "$0: will source $dir/t/check5.sh"
- . "$dir/t/check5.sh"; exit $?
- fi
- done
- echo "$0: cannot find wrapped test 't/check5.sh'" >&2
- exit 99
|