diff options
Diffstat (limited to 't/instsh2-w.sh')
-rwxr-xr-x | t/instsh2-w.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/instsh2-w.sh b/t/instsh2-w.sh new file mode 100755 index 000000000..a0abf8e80 --- /dev/null +++ b/t/instsh2-w.sh @@ -0,0 +1,14 @@ +#! /bin/sh +# This file has been automatically generated. DO NOT EDIT BY HAND! +. ./defs-static || exit '99'; +am_test_prefer_config_shell=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/instsh2.sh"; then + echo "$0: will source $dir/t/instsh2.sh" + . "$dir/t/instsh2.sh"; exit "$?" + fi +done +echo "$0: cannot find wrapped test 't/instsh2.sh'" >&2 +exit '99' |