1#! /bin/sh
2# This file has been automatically generated.  DO NOT EDIT BY HAND!
3. test-lib.sh
4
5am_serial_tests=yes
6# In the spirit of VPATH, we prefer a test in the build tree
7# over one in the source tree.
8for dir in . "$am_top_srcdir"; do
9  if test -f "$dir/t/check8.sh"; then
10    echo "$0: will source $dir/t/check8.sh"
11    . "$dir/t/check8.sh"; exit $?
12  fi
13done
14echo "$0: cannot find wrapped test 't/check8.sh'" >&2
15exit 99
16