diff options
Diffstat (limited to 't/check7-w.sh')
-rwxr-xr-x | t/check7-w.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/check7-w.sh b/t/check7-w.sh new file mode 100755 index 000000000..921a31445 --- /dev/null +++ b/t/check7-w.sh @@ -0,0 +1,14 @@ +#! /bin/sh +# This file has been automatically generated. DO NOT EDIT BY HAND! +. ./defs-static || exit '99'; +am_serial_tests=yes +# In the spirit of VPATH, we prefer a test in the build tree +# over one in the source tree. +for dir in . "$am_top_srcdir"; do + if test -f "$dir/t/check7.sh"; then + echo "$0: will source $dir/t/check7.sh" + . "$dir/t/check7.sh"; exit "$?" + fi +done +echo "$0: cannot find wrapped test 't/check7.sh'" >&2 +exit '99' |